v1
latestOpenAPI 3.0.32026-07-24434977.4 KBCustom Hotlists
Retrieve a page of entries for a hotlist
Retrieve a page of entries for the hotlist with the given ID
get/hotlists/{hotlistId}/entries
Path parameters
hotlistIdstring uuid required
hotlist uuid
Query parameters
limitinteger
The maximum number of hotlist entries to return
cursorstring
A cursor for the next page of results
Response
The hotlist entries were successfully retrieved.
Example response
{
"entries": [
{
"note": {
"message": "Vehicle observed at 5th and Main. Contact Det. Smith at 555-0123."
}
}
]
}