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": "13a6645a-0a92-48aa-a3d2-917134fad0e9",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "e064d4b1-1e0f-4e05-ad89-ca5cc2f195e9",
      "kind": "incident_types",
      "private": false,
      "resource_id": "1a897e6d-1f54-4fde-9703-ee7e8eb3ff13",
      "resource_type": "IncidentType",
      "updated_at": "2025-06-20T12:00:29.630-07:00",
      "created_at": "2025-06-20T12:00:29.630-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.