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": "e350dd71-ee30-46bd-92fa-0b6c2dbfb4ba",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "30871225-bc79-45e8-aeb6-9742246cb7ad",
      "kind": "incident_types",
      "private": false,
      "resource_id": "1ad4b882-473a-4c19-b7c3-c87cf141703d",
      "resource_type": "IncidentType",
      "updated_at": "2025-05-08T00:20:56.258-07:00",
      "created_at": "2025-05-08T00:20:56.258-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.