v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBLPR Vehicle Lists
Fetches information about a specific vehicle from a specific list
get/lprVehicleLists/{id}/vehicles/{recordId}
Path parameters
idstring required
Account ID. Use self as the Account ID to reference the account of the current session
recordIdstring uuid required
Id of specific record
Response
Successfully returns information about the vehicle records
Example response
{
"validFrom": "2022-01-24",
"validTo": "2022-02-25",
"securityStatus": "exempted",
"userData": {
"owner": "John Doe",
"apartmentNum": "105A"
},
"userTags": [
"105A",
"Jhon"
],
"color": "white",
"model": "camry",
"make": "volvo",
"plate": "ABC123",
"id": "ABC123-20221014123567",
"createTimestamp": "2017-02-27T10:44:13.423Z",
"updateTimestamp": "2017-02-27T10:44:13.423Z"
}