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

Previous page List of cameras and their parameters  Video surveillance device features management Next page


GET

http://example.com:[port]/getarchiveranges?cameraid=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:

GET http://192.168.15.182:80/getarchiveranges?cameraid=1

Response:

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