Versions Compared

Key

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

GET http://IPaddress:8888/SwitchLayout

ParametrRequiredDescription
layoutIdYesLayout id (see 레이아웃 목록 가져오기).
displayIdYesMonitor id (see Getting the list of displays).

Sample request:

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

Sample response:

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

Here is an example of an error message:

Code Block
{
	\"result\":\"error\"
}


Info
titleNote

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