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

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\"}"

}

  • No labels