Versions Compared

Key

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

Get a list of the calendar days when the video was recorded

GET GET http://IP-address Address:port/prefix/archive/calendar/{VIDEOSOURCEID}/{BEGINTIME}/{ENDTIME}

Tip

{VIDEOSOURCEID}  the three-component source endpoint ID (see   Get list of video cameras and information about them). For example,   "SERVER1/DeviceIpint.1/SourceEndpoint.video:0:0".

...

Info
titleNote

The ENDTIME and BEGINTIME syntax is described in Get archive contents.


ParameterRequiredDescription
archiveNoThe name of the archive in the
 
"hosts/SERVER1/MultimediaStorage.AliceBlue/MultimediaStorage"
 
format (see
 
Get archive contents). If the value is not specified, the default archive will be used for searching

Request example:

GET http://127.0.0.1/archive/calendar/SERVER1/DeviceIpint.1/SourceEndpoint.video:0:0/20211028T120000/20211102T210000

...

Code Block
[
    3844368000000,
    3844454400000,
    3844540800000,
    3844627200000,
    3844713600000,
    3844800000000
]

The response is presented as calendar days in milliseconds. They are counted from January 1, 1900, 0 hours 0 minutes. In this example, the days are from October 28 to November 02, 2021.