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": "e4eeca79-16a6-4a06-8710-13323a90799c",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "815f1904-ac57-4bbf-ab2a-4cc2eaec10f7",
      "kind": "incident_types",
      "private": false,
      "resource_id": "31dc8780-48ec-490d-9178-f3d400119b5e",
      "resource_type": "IncidentType",
      "updated_at": "2025-05-29T17:44:41.587-07:00",
      "created_at": "2025-05-29T17:44:41.587-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.