JointSpace API Documentation
REST API Method: GET system
Returns all system settings. See individual system resources for details
URL
http://ip-address:1925/1/system
Format
json
HTTP Method
GET
Requires Authentication
false
Parameters
Response
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
Keys
- menulanguage (string): The current menu language.
- name (string): The name of the TV.
- country (string): The installation country. One of the following:
- serialnumber (string): The serial number.
- softwareversion (string): The software version.
- model (string): The model.
JSON example
{
"menulanguage": "Dutch"
"name": "Philips TV"
"country": "Belgium"
"serialnumber": "QG2B0935041538"
"softwareversion": "Q5492-0.26.38.22",
"model": "37PFL9604H/12",
}