Go to documentation repository
Page History
GET http://IP-address:8888/GetDisplays - getting available displays for current logged user.
Sample response:
Code Block |
---|
{ "Description": "", "Status": "OK", "DisplayInfo": [ { "Id": "\\\\.\\DISPLAY1", "IsMainForm": true }, { "Id": "\\\\.\\DISPLAY2", "IsMainForm": false } ] } |
Parametr | Description |
---|---|
id | Display ID. |
IsMainForm | The 'true' value corresponds to the main display. |
Here is an example of an error message:
Code Block |
---|
{ "{\"result\":\"no displays\"}" } |
Overview
Content Tools