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": "5ebaf305-6261-4721-aebb-264034080d18",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "cd742b3a-117f-4ec3-afa9-f4c1f69eb74d",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-10-08T04:36:36.980-07:00",
      "created_at": "2025-10-08T04:36:36.980-07: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
I