Get Country Settings


This request returns a list of country settings.

Resource

GET /countrysettings

Payload

None

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/countrysettings
Response
{
    "data": [
        {
            "object": {
                "commonName": "Nederland",
                "oid": "1961330",
                "objectType": "XCCCountrySettings"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://xelion.nl/api/v1/master/countrysettings/1961330",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "commonName": "Belgie/Belgique",
                "oid": "1961332",
                "objectType": "XCCCountrySettings"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://xelion.nl/api/v1/master/countrysettings/1961332",
                    "method": "GET"
                }
            ]
        },
        {
            "object": {
                "commonName": "Deutschland",
                "oid": "1961333",
                "objectType": "XCCCountrySettings"
            },
            "links": [
                {
                    "rel": "self",
                    "href": "https://xelion.nl/api/v1/master/countrysettings/1961333",
                    "method": "GET"
                }
            ]
        }
    ],
    "meta": {
        "links": [
            {
                "rel": "refresh",
                "href": "https://xelion.nl/api/v1/master/countrysettings",
                "method": "GET"
            },
            {
                "rel": "next",
                "href": "https://xelion.nl/api/v1/master/countrysettings?after=1969428",
                "method": "GET"
            },
            {
                "rel": "previous",
                "href": "https://xelion.nl/api/v1/master/countrysettings?before=1961330",
                "method": "GET"
            }
        ],
        "paging": {
            "previousId": "1961330",
            "nextId": "1969428"
        }
    }
}