circle-info
Squadcast is now SolarWinds Incident Response

Incidents/Additional Responders

Get Additional Responders

get
/v3/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.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
Responses
chevron-right
200

The request has succeeded.

application/json
get
/v3/incidents/{incidentID}/additional-responders

Add Additional Responders

put
/v3/incidents/{incidentID}/additional-responders
  • This endpoint is used to add additional responders to an Incident.

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
Body

Request body for adding additional responders to an incident.

Responses
chevron-right
200

The request has succeeded.

application/json
put
/v3/incidents/{incidentID}/additional-responders

Remove Additional Responders

delete
/v3/incidents/{incidentID}/additional-responders/{responderID}
  • This endpoint is used to remove an additional responder from an Incident.

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
incidentIDstringRequired
responderIDstringRequired
Responses
delete
/v3/incidents/{incidentID}/additional-responders/{responderID}

Last updated