Unable to render embedded object: File (books.jpg) not found.
Go to documentation repository
Previous page Next page
GET http://IP-address:8888/GetDisplays - getting available displays for current logged user.
Here is an example of response:
{
"[{\"Id\":\"\\\\\\\\.\\\\DISPLAY1\",\"IsMainForm\":false},{\"Id\":\"\\\\\\\\.\\\\DISPLAY2\",\"IsMainForm\":true}]"
}
where
id - display ID;
IsMainForm - the 'true' value corresponds to the main display.
Here is an example of an error message:
{
"{\"result\":\"no displays\"}"
}