Get Settings - Advanced


This request returns an XCCDefaults object with the advanced settings

Resource

GET /server/advanced

Parameters

None

Payload

None

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/server/advanced
Response
{
    "object": {
        "manualConfigGeneration": true,
        "configOutOfDate": true,
        "outlookImportDisabled": false,
        "hideCommunicatedWith": false,
        "outlookMaxImports": 0,
        "helpURL": "",
        "keepAlivePeriod": 300,
        "diskFullWarningThreshold1": 80,
        "diskFullWarningThreshold2": 0,
        "licenseServerUrl": "https://sip.xelion.nl/XelionPartnerPortal/rest",
        "customSIPOptions": "",
        "diskSize": "227",
        "diskSizeInUse": "74",
        "maxAttachmentSize": 1,
        "maxGroupChatParticipants": 1
    }
}