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": "179c2461-3de2-40d4-afb8-fd954dad22ec",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "a715312a-d950-4d71-9c82-79c241466c9c",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-12-07T23:48:28.124-08:00",
      "created_at": "2025-12-07T23:48:28.124-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