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": "233828f3-6cff-4fc2-95fb-e90a2ebc6629",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "67a9a6cf-4089-47a9-bc46-cff2ef43adb2",
"kind": "incident_types",
"private": false,
"resource_id": "f81c91d6-1a7e-4994-89a4-6ba2b029b671",
"resource_type": "IncidentType",
"updated_at": "2026-02-13T07:03:55.871-08:00",
"created_at": "2026-02-13T07:03:55.871-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": "233828f3-6cff-4fc2-95fb-e90a2ebc6629",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "67a9a6cf-4089-47a9-bc46-cff2ef43adb2",
"kind": "incident_types",
"private": false,
"resource_id": "f81c91d6-1a7e-4994-89a4-6ba2b029b671",
"resource_type": "IncidentType",
"updated_at": "2026-02-13T07:03:55.871-08:00",
"created_at": "2026-02-13T07:03:55.871-08:00"
}
}
}