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": "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"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_permission_set_boolean found
Show child attributes
Unique ID of the incident permission set boolean
incident_permission_set_booleans Show child attributes
publish_to_status_page, assign_incident_roles, invite_subscribers, update_summary, update_timeline, trigger_workflows, create_communications, read_communications, update_communications, delete_communications, send_communications, modify_custom_fields Was this page helpful?
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"
}
}
}