Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_permission_set_boolean found
Retrieves a specific incident_permission_set_boolean by id
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "c345b9b5-c7ad-427a-b27b-c3fdb51787af",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "ae0c7a61-0af0-48ea-b69d-9aa2a7192ea4",
"kind": "update_summary",
"private": false,
"enabled": false,
"updated_at": "2025-09-16T17:14:03.009-07:00",
"created_at": "2025-09-16T17:14:03.009-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_permission_set_boolean found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "c345b9b5-c7ad-427a-b27b-c3fdb51787af",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "ae0c7a61-0af0-48ea-b69d-9aa2a7192ea4",
"kind": "update_summary",
"private": false,
"enabled": false,
"updated_at": "2025-09-16T17:14:03.009-07:00",
"created_at": "2025-09-16T17:14:03.009-07:00"
}
}
}