Go to documentation repository
Page History
Get list of archives the recording is performed to:
GET httpGET http://P-AddressIPaddress:port/prefix/archive/list/{VIDEOSOURCEID}
...
Parameter | Description |
---|---|
default | true - − default archive. false - – not a default archive. |
name | Archive name. |
Get archive contents:
GET http://IP-AddressIPaddress:port/prefix/archive/contents/intervals/{VIDEOSOURCEID}/{ENDTIME}/{BEGINTIME} – get archive contents starting at BEGINTIME and ending at ENDTIME.
Tip |
---|
{VIDEOSOURCEID} - – three-component source endpoint ID (see see Get list of video sources (cameras)). For instance, "SERVER1/DeviceIpint.3/SourceEndpoint.video:0:0". |
...
Parameter | Description | |||||
---|---|---|---|---|---|---|
intervals | An array containing intervals.
| |||||
more | true - true – the server did not return all intervals because the limit was exceeded (limit parameter). false - – the server returned all intervals from the specified time interval. |
...