Skip to main content

Detecting Signage Application Version on Windows player

Updated over 3 weeks ago

API Signature: GET http://{SignageIP}:9646/api/info

The above API helps a client application get the current version information of a signage application.


API Response

{  
"AppVersion":"1.8.3.0",
"DeviceName":"XO-IoT-Lab"
}

Field Descriptions

AppVersion - Version number of the application running on the signage.

DeviceName - Registered device name in XOGO.

Did this answer your question?