circle-info
Squadcast is now SolarWinds Incident Response

Incidents/Notes

Get All Notes

get
/v3/incidents/{IncidentId}/warroom
  • This endpoint is used to get all the note details of incidentID mentioned params.

  • 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
get
/v3/incidents/{IncidentId}/warroom

Create Notes

post
/v3/incidents/{IncidentId}/warroom
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
IncidentIdstringRequired

Required

Body

Request body for creating a new note.

messagestringRequired
attachmentsstring[]Required
Responses
chevron-right
201

The request has succeeded and a new resource has been created as a result.

application/json
post
/v3/incidents/{IncidentId}/warroom

Update Note

put
/v3/incidents/{IncidentId}/warroom/{NoteId}

This API can be used to update a Note or a Resolution reason associated with an incident

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

Required

NoteIdstringRequired
Body

Request body for updating an existing note.

messagestringRequired
attachmentsstring[]Required
Responses
put
/v3/incidents/{IncidentId}/warroom/{NoteId}

Delete Note

delete
/v3/incidents/{IncidentId}/warroom/{NoteId}

delete note from incidentId mentioned in params.

Requires access_token as a Bearer {{token}} in the Authorization header with service-write scope.

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

Required

NoteIdstringRequired

Required

Header parameters
authorizationstringRequired
Responses
delete
/v3/incidents/{IncidentId}/warroom/{NoteId}

Last updated