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": "91d19e63-edf5-49e9-9b2e-f9b28da9bac5",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "b9106b1c-9119-4781-81cb-7bd8bd741527",
"kind": "incident_types",
"private": false,
"resource_id": "352a6617-408b-4f9c-b7c7-033aaaba3358",
"resource_type": "IncidentType",
"updated_at": "2026-01-23T03:19:51.282-08:00",
"created_at": "2026-01-23T03:19:51.282-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "91d19e63-edf5-49e9-9b2e-f9b28da9bac5",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "b9106b1c-9119-4781-81cb-7bd8bd741527",
"kind": "incident_types",
"private": false,
"resource_id": "352a6617-408b-4f9c-b7c7-033aaaba3358",
"resource_type": "IncidentType",
"updated_at": "2026-01-23T03:19:51.282-08:00",
"created_at": "2026-01-23T03:19:51.282-08:00"
}
}
}