Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_permission_set_resource found
Retrieves a specific incident_permission_set_resource by id
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a8f74d7d-a10e-46dc-b0b3-d456f1c9b558",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "246f2d1b-497c-4660-847f-8d494a89e788",
"kind": "incident_types",
"private": false,
"resource_id": "872c5e14-317b-4db7-8f1d-357eef47d954",
"resource_type": "IncidentType",
"updated_at": "2025-10-03T13:17:29.222-07:00",
"created_at": "2025-10-03T13:17:29.222-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_permission_set_resource found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a8f74d7d-a10e-46dc-b0b3-d456f1c9b558",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "246f2d1b-497c-4660-847f-8d494a89e788",
"kind": "incident_types",
"private": false,
"resource_id": "872c5e14-317b-4db7-8f1d-357eef47d954",
"resource_type": "IncidentType",
"updated_at": "2025-10-03T13:17:29.222-07:00",
"created_at": "2025-10-03T13:17:29.222-07:00"
}
}
}