v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
Plate Reads

View license plate reads lookup results

View the results of a license plate read lookup

Required API scope

plate-reads:lookup

get/reads/lookup/page/{pageId}

Path parameters

pageIdstring required

The ID of the page to view.

Response

List of license plate reads

nextPageIdstring

The ID of the next page. This ID is used in the Get Results endpoint.

previousPageIdstring

The ID of the previous page. This ID is used in the Get Results endpoint.

totalItemsnumber required

The total number of reads that are available to view.

Example response

{
  "results": [
    {
      "id": "4171ae2b-843f-405b-922d-b1e89921f24f",
      "capturedAt": "2023-12-31T23:59:59.999999Z",
      "device": {
        "id": "4171ae2b-843f-405b-922d-b1e89921f24f",
        "name": "Falcon - 123 Main St",
        "network": {
          "id": "72d97364-3f45-4e16-ae52-631aea3141cc",
          "name": "Little Rock AR PD"
        }
      },
      "state": {
        "state": "arkansas",
        "confidence": 0.75
      },
      "plate": {
        "plate": "XNA357",
        "confidence": 0.9
      },
      "link": "https://share.flocksafety.com/lookup/33fc2d53-5b1e-4f9a-95b8-a3fe47823d26"
    }
  ],
  "totalItems": 2
}