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": "3eadfff5-6a3d-4fb7-a7e9-c2d4e999d66a",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "62604d7c-cddc-443e-a8e4-8e7670dd0bef",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-09-06T14:50:57.858-07:00",
      "created_at": "2025-09-06T14:50:57.858-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

200
application/vnd.api+json

incident_permission_set_boolean found

The response is of type object.