JointSpace API Documentation
REST API Method: GET system/country
Returns the installation country.
URL
http://ip-address:1925/1/system/country
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
- country (string): The installation country. One of the following:
- Albania
- Argentina
- Armenia
- Australia
- Austria
- Azerbaijan
- Belarus
- Belgium
- BosniaAndHerzegovina
- Brazil
- Bulgaria
- China
- Croatia
- Czechrep
- Denmark
- Estonia
- Finland
- France
- Georgia
- Germany
- Greece
- Hungary
- Ireland
- Israel
- Italy
- Kazakhstan
- Latvia
- Lithuania
- Luxembourg
- MacedoniaFYROM
- Montenegro
- Netherlands
- Norway
- Other
- Paraguay
- Poland
- Portugal
- Romania
- Russia
- Serbia
- Slovakia
- Slovenia
- Spain
- Sweden
- Switzerland
- Thai
- Turkey
- UK
- Ukraine
- Unknown
- Uruguay
JSON example
{
"country": "Belgium"
}