Documentation for Axxon Next 3.6.4. Documentation for other versions of Axxon Next is [available too].

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

GET http://IP-address:8888/GetDisplays - getting available displays for current logged user.

Here is an example of Server 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\"}"

}

  • No labels