Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_event_functionality found
Retrieves a specific incident_event_functionality by id
curl --request GET \
--url https://api.rootly.com/v1/incident_event_functionalities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "659daa5d-2286-478a-adaa-5e5b7d9127d0",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "98fdf846-ec92-4475-9017-01a5e3fbf02b",
"functionality_id": "e87be271-1df3-447f-bec7-c4f77cba4a10",
"status": "partial_outage"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event_functionality found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_event_functionalities/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "659daa5d-2286-478a-adaa-5e5b7d9127d0",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "98fdf846-ec92-4475-9017-01a5e3fbf02b",
"functionality_id": "e87be271-1df3-447f-bec7-c4f77cba4a10",
"status": "partial_outage"
}
}
}