List of events. Loud sound detection
Viewing the list of loud sound detection events.
GET/api/v1/analytic-case/{case}/loud-sound/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 for which events will be displayed | |||||||
daterequired | string | Date filter template. This field is mandatory when there is no filtering by «from» and «to» fields | |||||||
timezonerequired | string | Timezone for the date filter template. Example: Europe/Paris. This field is mandatory when filtering by date | |||||||
fromrequired | string | Starting date for filtering. This field is mandatory when there is no filtering by the «date» field | |||||||
torequired | string | Ending date for filtering. This field is mandatory when there is no filtering by the «date» field |
Response | |||||||||
200 | Returns a list of analytics events on the i-th pagination page | ||||||||
JSON
| |||||||||
401 | Authorization token is missing or invalid, see Obtaining a token | ||||||||
422 | Returns a JSON object with an error, see Validation | ||||||||
JSON
|
Example | |||||||||
JSON
|