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": "62434b01-75c5-428f-96f1-a6f12f10ed78",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "eb6e07d2-5d3a-483b-85bf-2612a0d75947",
"kind": "incident_types",
"private": false,
"resource_id": "ebdf9418-4b51-4328-9632-6a245d30a5f0",
"resource_type": "IncidentType",
"updated_at": "2025-12-03T13:53:23.772-08:00",
"created_at": "2025-12-03T13:53:23.772-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_permission_set_resource found
Show child attributes
Unique ID of the incident permission set resource
incident_permission_set_resources Show child attributes
severities, incident_types, statuses, sub_statuses Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "62434b01-75c5-428f-96f1-a6f12f10ed78",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "eb6e07d2-5d3a-483b-85bf-2612a0d75947",
"kind": "incident_types",
"private": false,
"resource_id": "ebdf9418-4b51-4328-9632-6a245d30a5f0",
"resource_type": "IncidentType",
"updated_at": "2025-12-03T13:53:23.772-08:00",
"created_at": "2025-12-03T13:53:23.772-08:00"
}
}
}