v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBLPR Events
Fetches all of the possible values for each of the fields that can be used to filter LPR events.
get/lprEvents:listFieldValues
Response
Success, lists field values as populated in the events.
Example response
{
"actor": [
{
"id": "100b913c",
"name": "Entrance LPR Camera"
}
],
"color": [
{
"display": "Blue",
"value": "blue"
}
],
"make": [
{
"display": "Ford",
"value": "ford"
}
],
"model": [
{
"display": "Camry",
"value": "camry"
}
],
"plateRegion": [
{
"display": "US-NY",
"value": "US-NY"
}
],
"direction": [
{
"display": "Exit",
"value": "exit"
}
],
"accessType": [
{
"display": "Allow",
"value": "allow"
}
],
"bodyType": [
{
"display": "Sedan",
"value": "sedan"
}
],
"insightType": [
{
"display": "new",
"value": "new"
}
],
"userTags": [
{
"display": "sedan",
"value": "sedan"
}
]
}