Go to documentation repository
...
| Parameter | Description |
|---|---|
| from | The oldest date of message search period. Example: 2012-12-27T15%3A19%3A16.000%2B03%3A00 |
| to | The latest date of message search period. Example: 2012-12-27T15%3A19%3A16.000%2B03%3A00 |
| count | Maximum number of messages in reply in the range [1, 200]. Default is 20. Server can return more messages if there are few messages in the database |
| objectId | Object idclass and object ID, which are separated by a colon. Examples: CAM:1, GRAY:5, PEOPLE_COUNTER:1 etc. Events can be received from several objects separated by commas. Example: objectId=CAM:1,PEOPLE_COUNTER:1 − the response will contain events for camera 1 and counter 1. If the parameterobject ID is not specified in the parameter, then the events are returning for all objectsby all objects of the specified class will be returned. Example: objectId=CAM − the response will contain events by all cameras |
| action | Event type. If the parameter is specified, then the response will contain only events of the specified type. Examples:
|
...