GET
/
v1
/
incident_permission_set_booleans
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "d814c46b-8f63-455d-bc2d-5fa87fcc258e",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "0c914cb2-bbda-4e63-b9f4-6b34a86199ef",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-05-08T00:20:42.927-07:00",
      "created_at": "2025-05-08T00:20:42.927-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.