GET
/
v1
/
incident_permission_set_resources
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f52e0726-b8e2-4232-bd2c-ac41dd5009d3",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "10343b03-0338-4eb2-b752-8aba19c0c787",
      "kind": "incident_types",
      "private": false,
      "resource_id": "069da002-a1ff-4c7c-b9fb-7a133e0075f0",
      "resource_type": "IncidentType",
      "updated_at": "2025-06-19T04:15:14.285-07:00",
      "created_at": "2025-06-19T04:15:14.285-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

incident_permission_set_resource found

The response is of type object.