GET
/
v1
/
incident_event_functionalities
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_event_functionalities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f7f0cb36-0e3c-42b6-b0c9-186b2a6e4055",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "aa503c31-6eea-43f8-9ead-508264774134",
      "functionality_id": "8c664f61-f88b-489e-976b-6cca668367c4",
      "status": "partial_outage"
    }
  }
}

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_event_functionality found

The response is of type object.