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": "7618694e-3ebf-4186-bdb8-cca8edf7a3ba",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "67cb1042-c825-4cf3-a620-a7fb6dc601c7",
      "functionality_id": "ef4d6e48-1f19-4a45-844d-f3e146855ef5",
      "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.