GET
/
v1
/
incident_event_services
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_event_services/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "792bdc9a-4709-4a07-80df-e0384653993a",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "3d703d08-0f68-4c29-8030-f4b0533ab74d",
      "service_id": "d366c7cc-a994-48d4-a14b-3abdd481d3e2",
      "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_service found

The response is of type object.