It is expected that CAD systems only accepts data for fields they support, but still return a “200 OK” response even if they don’t accept some (or even all) of the fields sent.
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.
Allows for setting the values of CAD Incident Fields.
Unique Assist Call ID.
Unique CAD Incident ID.
Field values that Assist is expecting to set in the CAD for the given Incident.
Assist does not send the optional cadFieldName. CAD systems must map to the most appropriate field.
INCIDENT_TYPE - The type of Incident, Incident Code, or Chief Complaint. Typically a code or short-hand value, like ABVEH (Abandoned Vehicle). If the CAD sends this value, and it matches an Assist Guide Card, then Assist will pre-populate the Guide Card instead of attempting to detect the most relevant Guide Card on its own.
INCIDENT_DESCRIPTION - Description of Incident as entered by Call Taker. If no INCIDENT_TYPE is provided, this may be used by Assist to select an initial Guide Card.
INCIDENT_PRIORITY - Priority of the incident as determined by Assist.
CALL_SUMMARY - A summary of the call up until the current point in time. Assist will send this periodically during an active Call.
If Assist sends fields that the CAD does not support or recognize, do not set them, and just return a "200 OK" response.
Indicates the fields have been set as expected.