Get Settings - Community


This request returns an XCCDefaults object with the community settings

Resource

GET /server/community

Parameters

None

Payload

None

Context

Authorization

Master

Errors

Example

Request
GET https://xelion.nl/api/v1/master/server/community
Response
{
    "object": {
        "licenseServerUrl": "",
        "provisioningServerUrl": "",
        "ownServerHostName": "test.xelion.nl"
    }
}