Issues a command to a specific incident from the body of the POST.
curl -X POST \
-H "Accept: text/plain,application/json,text/json" \
-H "Content-Type: application/json" -H "prefer: prefer_example" \
"http://localhost/v4/Incidents/{id}" \
-d '{ }'
ADBD25C1-127C-4D05-898D-CCF82D8DB59F
id_example
prefer_example
A JSON object containing one command (multiple commands in a single POST are not supported). The following commands can be sent through this endpoint:
- AddComment
- AddNote
- AnswerProcedureStep
- AttachEntities
- ChangeAdditionalFields
- ChangeComment
- ChangeDescription
- ChangeExternalId
- ChangeIncidentType
- ChangeLocation
- ChangePriority
- ChangeState
- ClearLocation
- DeleteComment
- DetachEntities
- ForwardIncident
- PlaceOnHold
- ReleaseOwnership
- TakeOwnership
- TransferIncident
{"Type":"ChangeState","StateId":"ef2aa52a-28d4-4d29-96eb-f61ff9c6262a"}
The command was successfully processed.
The command was successfully processed and resulted in a new resource being created.
The command was successfully received and will be processed. Subscribe to the notification feed (/notifications) to receive events related to the command. Events will be sent to subscribers when the command has been successfully processed, otherwise no events will be sent.
The command was successfully processed, but no content needs to be returned.
The Web API was unable to process the request due to a client error (malformed request syntax, size too large, invalid request message framing, or deceptive request routing).
The token submitted was either invalid or expired.
The command was not processed because of insufficient privilege.
The command was not processed because the incident could not be found.
The request could not be completed. Genetec Mission Control™ licenses exceeded.
The Web API was unable to process the command.
The Web API did not receive a response to the request. The Incident Manager role might be down at the moment.