v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
Custom Hotlists

Retrieve a custom hotlist

Retrieve a hotlist with the given ID

get/hotlists/{hotlistId}

Path parameters

hotlistIdstring uuid required

hotlist uuid

Response

The hotlist was successfully retrieved.

idstring required
namestring required

Example response

{
  "entries": [
    {
      "note": {
        "message": "Vehicle observed at 5th and Main. Contact Det. Smith at 555-0123."
      }
    }
  ]
}