Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Getting the list of layouts  Getting the list of cameras displayed on the layout Next page

GET http://IPaddress:8888/SwitchLayout

ParametrRequiredDescription
layoutIdYesLayout id (see Getting the list of layouts).
displayIdYesMonitor id (see Getting the list of displays).

Sample request:

GET http://127.0.0.1:8888/SwitchLayout?layoutId=102&displayId=\\.\DISPLAY1

Sample response:

{
    "Description": "",
    "Status": "OK"
}

Here is an example of an error message:

{
	\"result\":\"error\"
}

Note

An error can occur if a layout with non-existent ID is specified.

  • No labels