Get Supported System Languages


This request returns a list with Locale objects

Resource

GET /server/local/languages

Parameters

None

Payload

None

Response

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/server/local/languages
Response
{
    "data": [
        {
            "object": {
                "commonName": "Deutsch",
                "oid": "1567562",
                "objectType": "Locale"
            }
        },
        {
            "object": {
                "commonName": "English (United Kingdom)",
                "oid": "1001309",
                "objectType": "Locale"
            }
        },
        {
            "object": {
                "commonName": "English (United States)",
                "oid": "1001195",
                "objectType": "Locale"
            }
        },
        {
            "object": {
                "commonName": "Espanol",
                "oid": "1627064",
                "objectType": "Locale"
            }
        },
        {
            "object": {
                "commonName": "Nederlands",
                "oid": "1001310",
                "objectType": "Locale"
            }
        }
    ],
    "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "http://10.78.40.183:8080/api/v1/master/server/local/languages",
                "method": "GET"
            }
        ]
    }
}