GET http://IPaddress:8888/SwitchLayout
Parametr | Required | Description |
---|---|---|
layoutId | Yes | Layout id (see Getting the list of layouts). |
displayId | Yes | Monitor 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\" } |
An error can occur if a layout with non-existent ID is specified. |