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://IP-address:8888/GoToArchive?displayId=\\.\DISPLAY1&cameraName=Name&timestamp=Timestamp

where

  • displayId - ID of display from the GetDisplays request (see Getting the list of displays).
  • cameraName - camera name received as the response to the GetCameras request (see Getting the list of cameras displayed on the layout) or ID of the group of cameras. 

    Note

    Use the following query to get the list of groups:

    GET http://IP-address:8888/GetGroups.

    Response sample:

     Id	"4308f2e2-e57c-4cd0-8a4f-826e8b16d39c"
       Name	"Default"
  • timestamp - time in the ISO format.

Query sample:

GET http://localhost:8888/GoToArchive?displayId=\\.\DISPLAY2&cameraName=hosts/SERVER1/DeviceIpint.1/SourceEndpoint.video:0:0×tamp=2017-04-07T00:00:00.000

  • No labels