Skip to main content
GET
/
realtime
/
v1
/
cad
/
incident
/
{callId}
/
notes
Incident Notes
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>"
    }
  ]
}

Path Parameters

callId
string
required

Query Parameters

cursor
string
required

Response

Response contains notes generated for the incident.

Response containing notes for a CAD Incident.

cursor
string

Should be sent on subsequent requests if there are more notes.

notes
object[]

List of notes that were generated by the system and could be entered into the CAD.