Get Additional Responders

GET {{baseUrl}}/incidents/:incidentID/additional-responders

  • This endpoint is used to get the incident additional responders.

  • Requires access_token as a Bearer {{token}} in the Authorization header.

RESPONSES

status: OK

{"data":{"additional_responders":[{"id":"632a9ff0585f3e1fc98d5057","type":"user","name":"Saurav Kumar","time_of_assignment":"2024-03-04T04:12:01.118Z"},{"id":"658e8067d0351fea1abab64a","type":"squad","name":"test squad","time_of_assignment":"2024-03-04T05:03:43.394Z"}]}}