Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General request format:

GET http://IP-address:port/getarchiveranges?cameraid={cameraid}

or

GET http://example.com:[port]IP-address:port/getavailablearchiveranges?cameraid={cameraid}

Request parameters:

Parameter

Is required

Description

cameraidYes

Camera ID

Example request:

Example response:

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

...

titleNote.

...

 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). 

Code Block

Example:

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

Response:

{
languagexml
{
	"cameraid": 1,

...


	"ranges": [

...

{

		{
			"from": 1412121600, //unixtime

...


			"to": 1412172000

...


		},

...

{

		{
			"from": 1412186400,

...


			"to": 1412188200

...

}]

		}
			]
}