GET
/
v1
/
incident_permission_set_resources
/
{id}
Retrieves an incident_permission_set_resource
curl --request GET \
  --url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "27e2c9a9-a1a0-4d8d-aa9f-7497a9d235d5",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "cf6e306b-5867-4fbf-bb5c-3825c6ff28ca",
      "kind": "incident_types",
      "private": false,
      "resource_id": "1feae6b6-7f5a-41ea-9964-9e5fd72fab83",
      "resource_type": "IncidentType",
      "updated_at": "2025-07-14T14:47:14.011-07:00",
      "created_at": "2025-07-14T14:47:14.011-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.