Skip to main content
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": "caf510ab-764b-4c55-b030-6eaeffd4b4ee",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "e0b9b251-3f54-4aca-8614-ee9cc519c50e",
      "kind": "incident_types",
      "private": false,
      "resource_id": "9f267b78-a0a6-44cf-9125-41a7c1429940",
      "resource_type": "IncidentType",
      "updated_at": "2025-12-24T09:26:04.289-08:00",
      "created_at": "2025-12-24T09:26:04.289-08: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

incident_permission_set_resource found

data
object
required