v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
LPR Vehicle Lists

Fetches the list of field values including possible values for each key in userData.

get/lprVehicleLists:listFieldValues

Response

Possible values of each field

accessTypeAccessType1[]
userDataobject

List of possible values for keys in user supplied data.

userTagsstring[]

List of possible values for userTags.

securityStatusSecurityStatus[]

List of the distinct security statuses present across all the vehicle lists for this account.

Example response

{
  "accessType": [
    "allow",
    "deny"
  ],
  "userData": {
    "organization": [
      "ABC",
      "PQR"
    ],
    "parkingType": [
      "monthly",
      "visitor"
    ]
  },
  "userTags": [
    "John",
    "105A"
  ],
  "securityStatus": [
    "hotlist",
    "exempted"
  ],
  "actor": [
    {
      "type": "camera",
      "id": "camera-123456",
      "name": "entrance LPR"
    },
    {
      "type": "camera",
      "id": "camera-876543",
      "name": "exit LPR"
    }
  ]
}