English
List incident_permission_set_booleans
curl --request GET \ --url https://api.rootly.com/v1/incident_permission_sets/{incident_permission_set_id}/booleans \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "incident_permission_set_booleans", "attributes": { "incident_permission_set_id": "<string>", "kind": "publish_to_status_page", "private": true, "enabled": true, "created_at": "<string>", "updated_at": "<string>" } } ], "links": { "self": "<string>", "first": "<string>", "prev": "<string>", "next": "<string>", "last": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
success
The response is of type object.
object
Was this page helpful?