Skip to main content
GET
/
v1
/
incident_permission_set_booleans
/
{id}
Retrieves an incident_permission_set_boolean
curl --request GET \
  --url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "84579859-7709-4dbb-9ccc-aefdf1915b76",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "15ced9c9-af18-41a3-9880-ebf60a329de2",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2026-01-15T01:17:46.399-08:00",
      "created_at": "2026-01-15T01:17:46.399-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_permission_set_boolean found

data
object
required