Skip to main content
GET
/
v1
/
incident_event_functionalities
/
{id}
Retrieves an incident event functionality
curl --request GET \
  --url https://api.rootly.com/v1/incident_event_functionalities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "81f75ec4-22e5-4d8e-98a8-a0b38cfc35f1",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "a668e2a6-6a48-4cbc-be12-64647f2d17fc",
      "functionality_id": "b31493a3-b9fb-4705-aa9c-ba9db3ac233f",
      "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

incident_event_functionality found

data
object
required
I