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": "65811022-21ce-45f3-9907-c826261e3876",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "357574fc-0e57-4ad0-9a9f-dc1f7768c52f",
      "kind": "incident_types",
      "private": false,
      "resource_id": "3fd53490-07c8-48a2-ac48-6dc84ce0da46",
      "resource_type": "IncidentType",
      "updated_at": "2025-03-19T07:51:54.063-07:00",
      "created_at": "2025-03-19T07:51:54.063-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
data
object
required