Go to documentation repository
Page History
...
Parameter | Required | Description |
---|---|---|
limit | No | Limit of events from detectors in the response. If it is not specified, the deafult value is 100 |
offset | No | The offset of the results by the specified number. For example, if a query with offset=0 returns 100 results, then in order to get the next results, you must run a query with offset=100. If the second query returns 250 results, then in order to get the next results, you must run a query with offset=350, and so on |
type | No | Get events from a detector of a ceratin certain type. Possible values of the type parameter are listed in the table below. If you need to get events from several types of detectors, you must list them separated by commas |
join | No |
|
limit_to_archive | No | If limit_to_archive=1, then the response returns the events only from the accessible part of the archive (see Configuring access restrictions to an archive) |
archive | No | The name of the archive from the request to get the list of archives (see Get archive contents) |
detector | No | Starting with Axxon One 2.0 Get events from a specific detector of a specific camera. To get a specific value, you can run a query (see Get a list of detectors of a camera). After you run a query, the value for the detector parameter is specified in the name parameter, for example:
|
...