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": "f76b839b-2fcf-4c27-8267-926a20454922",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "63120e35-c17c-4d02-8efb-a74d68f98846",
      "functionality_id": "16f8dfa2-123e-42b7-8aba-d0d883019710",
      "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.