List of events. Damage detection
Viewing the list of damage detection events.
GET/api/v1/analytic-case/{case}/camera-obstacle/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 | The number of items per pagination page. Default is 25 items | |||||||
camerasrequired | array | Array of camera ID's for which events will be displayed | |||||||
daterequired | string | Template for filtering by date. This field is mandatory when there is no filtering by the «from» and «to» fields | |||||||
timezonerequired | string | Time zone for the date filtering template. Example - Europe/Paris. This field is mandatory when filtering by date | |||||||
fromrequired | string | The date from which filtering will be performed. This field is mandatory when there is no filtering by the «date» field | |||||||
torequired | string | The date until which filtering will be performed. This field is mandatory when there is no filtering by the «date» field |
Response | |||||||||
200 | Returns the list of analytics events on the i-th pagination page | ||||||||
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
|