Skip to main content
POST
/
cad-integration-handler
/
response-plan
Allows Assist to set the active response plan for an Incident.
curl --request POST \
  --url https://realtime.govworx.net/cad-integration-handler/response-plan \
  --header 'Content-Type: application/json' \
  --data '
{
  "callId": "<string>",
  "incidentId": "<string>",
  "responsePlan": "<string>",
  "reasoning": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.govworx.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Allows for setting an Incident Response Plan.

callId
string

Unique Assist Call ID.

incidentId
string

Unique CAD Incident ID.

responsePlan
string

Code or Identifier representing the Response Plan to set on the Incident.

reasoning
string

Reasoning that was used to set the Response Plan.

Response

Indicates the response plan was set successfully.