Skip to main content
POST
/
realtime
/
v1
/
cad
/
incident
Link Incident
curl --request POST \
  --url https://realtime.govworx.net/realtime/v1/cad/incident \
  --header 'Content-Type: application/json' \
  --data '
{
  "incidentId": "<string>",
  "userId": "<string>",
  "fields": [
    {
      "name": "<string>",
      "description": "<string>",
      "value": "<string>"
    }
  ]
}
'
{
  "incidentId": "<string>",
  "callId": "<string>"
}

Body

application/json

Request to link a CAD incident to an Assist call.

incidentId
string

Unique ID for the incident in the source CAD.

userId
string

Unique ID for the CAD user that owns the incident.

fields
object[]

CAD data fields for this incident.

Response

OK

Response to link a CAD incident to an Assist call.

incidentId
string

Unique ID for the incident in the source CAD.

callId
string

Unique ID for active call in assist.