v2

latestSwagger 2.02026-07-26109144190.4 KB
Incidents
Notes

Get the notes associated with an incident

Get notes any associated with a single incident with the provided incident number.

This API may be called a maximum of 2 times per second.

get/api-public/v1/incidents/{incidentNumber}/notes

Path parameters

incidentNumberinteger required

The incident number

Headers

X-VO-Api-Idstring required

Your API ID

X-VO-Api-Keystring required

Your API Key

Response

The set of notes associated with the incidentNumber.

namestring

The unique name of your note

displayNamestring

The name that will typically be displayed when viewing each note. This plus the name field can often be used as a key/value pair themselves.

json_valueobject

A valid JSON object of arbitrary key value pairs. This is the k/v store of notes data you'll want to attach to an incident. Maximum size = 16 MB