List of events. License plate recognition
Viewing the list of license plate recognition events.
GET/api/v1/analytic-case/{case}/license-plate/historyHeaders | |||||||||
Authorization | Bearer token | ||||||||
Accept | application/json | ||||||||
X-Client | ios-cctv|android-cctv|thick-legal|web | ||||||||
X-UUID | unique device id |
Body | |||||||||
caseoptional | int | Unique identifier of the analytics case | |||||||
per_pagerequired | int | Number of items per pagination page. Default is 25 | |||||||
camerasrequired | array | Array of camera IDs to display events for | |||||||
filesrequired | array | Array of resource IDs owned by the user to display events for | |||||||
groupsrequired | array | Array of resource group IDs owned by the user to display events for | |||||||
daterequired | string | Template for filtering by date. This field is required when there is no filtering by 'from' and 'to' fields | |||||||
timezonerequired | string | Timezone for date filtering template. Example - Europe/Paris. This field is required when filtering by date | |||||||
fromrequired | string | Date for filtering events from. This field is required when there is no filtering by the 'date' field | |||||||
torequired | string | Date for filtering events until. This field is required when there is no filtering by the 'date' field | |||||||
eventsrequired | array | Array of event IDs for filtering | |||||||
license_platerequired | str | Search by license plate number | |||||||
similarity_fromrequired | int | Minimum similarity percentage for filtering | |||||||
similarity_torequired | int | Maximum similarity percentage for filtering |
Response | |||||||||
200 | Returns a list of analytics events on page i of pagination | ||||||||
JSON
| |||||||||
401 | Authorization token is not provided or invalid, see Obtaining a token | ||||||||
422 | Returns a JSON object with an error, see Validation | ||||||||
JSON
|
Example | |||||||||
JSON
|