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": "740c160e-5411-4481-9d03-612777f7b279",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "62d18d37-591c-49c9-8804-e36f0abba6c2",
      "kind": "incident_types",
      "private": false,
      "resource_id": "246cb013-32ea-46b9-8953-5dfb6f0d9832",
      "resource_type": "IncidentType",
      "updated_at": "2025-04-18T18:19:33.862-07:00",
      "created_at": "2025-04-18T18:19:33.862-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