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": "caf510ab-764b-4c55-b030-6eaeffd4b4ee",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "e0b9b251-3f54-4aca-8614-ee9cc519c50e",
"kind": "incident_types",
"private": false,
"resource_id": "9f267b78-a0a6-44cf-9125-41a7c1429940",
"resource_type": "IncidentType",
"updated_at": "2025-12-24T09:26:04.289-08:00",
"created_at": "2025-12-24T09:26:04.289-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": "caf510ab-764b-4c55-b030-6eaeffd4b4ee",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "e0b9b251-3f54-4aca-8614-ee9cc519c50e",
"kind": "incident_types",
"private": false,
"resource_id": "9f267b78-a0a6-44cf-9125-41a7c1429940",
"resource_type": "IncidentType",
"updated_at": "2025-12-24T09:26:04.289-08:00",
"created_at": "2025-12-24T09:26:04.289-08:00"
}
}
}