Skip to main content
GET
/
v1
/
desktop
/
display
/
info
Get desktop display information.
curl --request GET \
  --url http://localhost:2468/v1/desktop/display/info
{
  "display": "<string>",
  "resolution": {
    "height": 1,
    "width": 1,
    "dpi": 1
  }
}

Response

Desktop display information

display
string
required
resolution
object
required