Documentation for Axxon Next 3.6.4. Documentation for other versions of Axxon Next 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 2 Next »

GET http://IP-address:8888/GetCameras?layoutId=N&displayId=\\.\DISPLAY1 - getting the list of cameras from layout N of DISPLAY1 for current logged user.

Here is an example of response:

{
"Description": "",
"Status": "OK",
"CameraInfo": [

{ "Id": "0", "Name": "Camera" },

{ "Id": "1", "Name": "Camera" }

 }

Note

If the layout with specified id will not be found, then the query will return the list of cameras of the current layout for the specified display.

  • No labels