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

« Previous Version 3 Next »

GET

http://example.com:[port]/getarchiveranges?саmeraid=1

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

Note.

By default fragments are merged if the interval between them is less than 5 seconds. This time period can be changed using the SplitArchiveIntervals registry key (see Registry keys reference guide).

 

Example:

GЕТ http://192.168.15.182:8095/getarchiveranges?cameraid=1

Response:

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