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": "795e525e-5ad1-4eca-91dd-b121dc2bc1e5",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "11150866-a882-4c2d-82ed-46b65cc8b0f6",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-03-28T23:01:37.940-07:00",
      "created_at": "2025-03-28T23:01:37.940-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
data
object
required