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": "418b0517-5c67-46c8-b822-7c0674bcd6da",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "77e624b1-95d1-4d78-9666-e9a4b0da73e1",
"kind": "incident_types",
"private": false,
"resource_id": "baaa0bdf-9fcb-4bfa-baeb-5d640f93cd05",
"resource_type": "IncidentType",
"updated_at": "2026-01-09T02:13:08.900-08:00",
"created_at": "2026-01-09T02:13:08.900-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": "418b0517-5c67-46c8-b822-7c0674bcd6da",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "77e624b1-95d1-4d78-9666-e9a4b0da73e1",
"kind": "incident_types",
"private": false,
"resource_id": "baaa0bdf-9fcb-4bfa-baeb-5d640f93cd05",
"resource_type": "IncidentType",
"updated_at": "2026-01-09T02:13:08.900-08:00",
"created_at": "2026-01-09T02:13:08.900-08:00"
}
}
}