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": "260127d3-b688-4f43-b7db-c1c3f9ac370d",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "e1e3a5ba-3fde-4da8-ae40-2c63c0e3f42a",
      "kind": "incident_types",
      "private": false,
      "resource_id": "fc7d1122-2c62-447d-ad40-e0e5b86f274a",
      "resource_type": "IncidentType",
      "updated_at": "2025-03-28T23:01:49.544-07:00",
      "created_at": "2025-03-28T23:01:49.544-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