v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
LPR

Get All License Plates of Interest

Returns creation time, description, and license plate number for all License Plates of Interest for an organization.

get/cameras/v1/analytics/lpr/license_plate_of_interest

Query parameters

page_sizeinteger

The number of items returned in a single response. Default is 1000.

page_tokenstring

The pagination token used to fetch the next page of results.

Response

OK

next_page_tokenstring

The pagination token used to fetch the next page of results.

Example response

{
  "license_plate_of_interest": [
    {
      "creationTime": 1597821953,
      "description": "John's car",
      "licensePlate": "ABC123"
    },
    {
      "creationTime": 1597822953,
      "description": "Kevin's car",
      "licensePlate": "ABC456"
    }
  ]
}