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": "da8a4afe-6193-4fb8-919b-bcd3953f3329",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "f0311f2a-bb40-48e7-85d0-fa68811a1f46",
      "functionality_id": "58450f0a-6af2-4c0c-844f-3340704ebb89",
      "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