Go to documentation repository
Page History
...
GET http://IP-address:port/web2/secure/archive/{CAM:id}/{DATE}|/?[splitThreshold={splitThreshold}]&[days={days}]
Request parameters:
Parameter | Is required | Description |
|---|---|---|
| CAM:id | Yes | Camera ID in the format "TYPE:ID", for example "CAM:1" |
| DATE | Yes | Date of the start of receiving the archive. All time is interpreted as local time for server. |
| splitThreshold | Yes | If difference between end of previous record and start of next record less than specified value (in milliseconds), than records will be combined in one. Specify splitTreshold=0. [default: 50] not to combine records. |
| days | Yes | Number of days from the current, for which archive is required. [default: 1] |
Example request:
GET http://127.0.0.1:8085/web2/secure/archive/CAM:2/2011-12-30/?[splitThreshold=50]&[days=1]
...
Overview
Content Tools