Versions Compared

Key

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

GET http://IPaddress:8888/SwitchLayout

Parametr파라미터Required필수Description설명
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존재하지 않는 ID를 가진 레이아웃을 지정하면 오류가 발생할 수 있습니다.