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": "1600e393-618c-40c4-b3b4-febc583a4eb4",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "c6f7f621-6785-4e06-a58d-2143d0c2b18b",
      "functionality_id": "b3d778f4-082a-4cf2-807a-952be53f9797",
      "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.