English
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": "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" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
incident_event_functionality found
The response is of type object.
object
Was this page helpful?