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": "d5e1949c-9668-45c0-bf2f-87a6a8d0f853",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "fea7ac89-67a8-428f-a739-487df00903a2",
"kind": "incident_types",
"private": false,
"resource_id": "e746b020-d532-43f5-b895-15e3967a4996",
"resource_type": "IncidentType",
"updated_at": "2025-11-06T13:25:29.264-08:00",
"created_at": "2025-11-06T13:25:29.264-08: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": "d5e1949c-9668-45c0-bf2f-87a6a8d0f853",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "fea7ac89-67a8-428f-a739-487df00903a2",
"kind": "incident_types",
"private": false,
"resource_id": "e746b020-d532-43f5-b895-15e3967a4996",
"resource_type": "IncidentType",
"updated_at": "2025-11-06T13:25:29.264-08:00",
"created_at": "2025-11-06T13:25:29.264-08:00"
}
}
}