Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
cURL
curl --request GET \ --url https://realtime.govworx.net/realtime/v1/cad/incident/{callId}/notes
{ "cursor": "<string>", "notes": [ { "type": "CALL_COMPLETED", "note": "<string>", "critical": true, "createdAt": "<string>" } ] }
Poll the system for any CAD notes it has generated for a Call.
Response contains notes generated for the incident.
Response containing notes for a CAD Incident.
Should be sent on subsequent requests if there are more notes.
List of notes that were generated by the system and could be entered into the CAD.
Show child attributes