Get Settings - Hotdesking
This request returns an XCCDefaults object with the hotdesking settings
Resource
GET /server/hotdesking
Parameters
None
Payload
None
Response
Context
Authorization |
Administrator |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/server/hotdesking
Response
{
"object": {
"hotDeskingTerminationType": "NEVER",
"hotDeskingDurationInHours": 0,
"hotDeskingTerminationTime": "",
"hotDeskingActivatedMessage": {
"originalLocation": "x-sd-auto-attendant-activated.wav",
"mimeType": "audio/wav",
"size": 0,
"commonName": "AutoAttendant2 de_DE",
"oid": "1721238",
"objectType": "Attachment"
},
"hotDeskingDeactivatedMessage": {
"originalLocation": "x-sd-auto-attendant-deactivated.wav",
"mimeType": "audio/wav",
"size": 0,
"commonName": "AutoAttendant2 de_DE",
"oid": "1721238",
"objectType": "Attachment"
}
}
}