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": "d2c88aff-6127-4a03-80ff-102ab057e3b4",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "5031e3a4-63d4-430e-8ba8-6df9cf7c581d",
"kind": "incident_types",
"private": false,
"resource_id": "3b761c96-53ee-4f96-92ec-f382377195be",
"resource_type": "IncidentType",
"updated_at": "2025-12-10T14:25:40.458-08:00",
"created_at": "2025-12-10T14:25:40.458-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": "d2c88aff-6127-4a03-80ff-102ab057e3b4",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "5031e3a4-63d4-430e-8ba8-6df9cf7c581d",
"kind": "incident_types",
"private": false,
"resource_id": "3b761c96-53ee-4f96-92ec-f382377195be",
"resource_type": "IncidentType",
"updated_at": "2025-12-10T14:25:40.458-08:00",
"created_at": "2025-12-10T14:25:40.458-08:00"
}
}
}