Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_permission_set_resource found
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": "341f70ff-6919-451b-bd2a-c9d10dade780",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "278f8efa-b4e2-4199-9127-f0ff99a34017",
"kind": "incident_types",
"private": false,
"resource_id": "1fb42672-ce59-4670-9b30-4d4c49690719",
"resource_type": "IncidentType",
"updated_at": "2025-11-05T11:30:58.501-08:00",
"created_at": "2025-11-05T11:30:58.501-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_permission_set_resource found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "341f70ff-6919-451b-bd2a-c9d10dade780",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "278f8efa-b4e2-4199-9127-f0ff99a34017",
"kind": "incident_types",
"private": false,
"resource_id": "1fb42672-ce59-4670-9b30-4d4c49690719",
"resource_type": "IncidentType",
"updated_at": "2025-11-05T11:30:58.501-08:00",
"created_at": "2025-11-05T11:30:58.501-08:00"
}
}
}