Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

GET

http://example.com:[port]/getarchiveгаnges?саmегаid=1

Returns time periods over which archive recordings from the specified video surveillance device are available.

Example:

GЕТ http://192.168.15.182:8095/getarchiveгаnges?саmегаid=1

Response:

{
"cameraid": 1,
"ranges": [
{
"from": 1412121600, //unixtime
"to": 1412172000
},
{
"from": 1412186400,
"to": 1412188200
}]
}
  • No labels