GET http://IP-adress:8888/GetLayouts - getting available layouts for current logged user.
Here is an example of response:
{
"Description": "",
"Status": "OK",
"LayoutInfo": [
{
"Id": "102",
"Name": "Layout name 2"
},
{
"Id": "103",
"Name": "Layout name 3"
}
]
} |
Here is an example of an error message:
{
\"result\":\"no layouts\"
} |
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. |