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": "55ed07b9-0834-4053-91ab-77d9fe90a4e9",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3c33af9f-a722-4596-a2cd-51f092699b4d",
"kind": "incident_types",
"private": false,
"resource_id": "7cfab7f2-8d26-4284-97c7-6c7b0c7aacbd",
"resource_type": "IncidentType",
"updated_at": "2026-01-30T05:50:47.761-08:00",
"created_at": "2026-01-30T05:50:47.761-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": "55ed07b9-0834-4053-91ab-77d9fe90a4e9",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3c33af9f-a722-4596-a2cd-51f092699b4d",
"kind": "incident_types",
"private": false,
"resource_id": "7cfab7f2-8d26-4284-97c7-6c7b0c7aacbd",
"resource_type": "IncidentType",
"updated_at": "2026-01-30T05:50:47.761-08:00",
"created_at": "2026-01-30T05:50:47.761-08:00"
}
}
}