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": "d2c88aff-6127-4a03-80ff-102ab057e3b4",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "5031e3a4-63d4-430e-8ba8-6df9cf7c581d",
      "kind": "incident_types",
      "private": false,
      "resource_id": "3b761c96-53ee-4f96-92ec-f382377195be",
      "resource_type": "IncidentType",
      "updated_at": "2025-12-10T14:25:40.458-08:00",
      "created_at": "2025-12-10T14:25:40.458-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