Versions Compared

Key

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

GET http://IP-adress:8888/GetLayoutsgetting available layouts for current logged user.현재 로그인한 사용자의 사용 가능한 레이아웃을 가져옵니다.

샘플 응답Sample response:

Code Block
{
    "Description": "",
    "Status": "OK",
    "LayoutInfo": [
        {
            "Id": "102",
            "Name": "Layout name 2"
        },
        { 
			"Id": "103",
            "Name": "Layout name 3"
        }
    ]
}

Here is an example of an error message여기 오류 메시지 예시가 있습니다:

Code Block
 {
\"result\":\"no layouts\"
}


Info
titleNote

An error can occur while requesting the list of Server layouts if the UAC is enabled on the Server. Disable this function in order to eliminate the error서버 레이아웃 목록을 요청하는 동안 UAC(사용자 계정 컨트롤)가 서버에서 활성화되어 있으면 오류가 발생할 수 있습니다. 이 오류를 해결하려면 UAC 기능을 비활성화해야 합니다.