/
generalSettings
generalSettings
Gets CTLive generals settings
HTTP GET /livechat/:domain/generalSettings
Path Variables:
Name | Mandatory | Type | Description |
---|---|---|---|
domain | yes | string | Unique domain identifier |
Authorization: see Authentication mechanisms
Response:
Type: JSONp
Name | Type | Description |
---|---|---|
generalSettings | object | An object that contains CTLive General Settings Object |
Example:
Request
http://<hostname>:<port>/livechat/default/generalSettings
Response
{
"_id":"5d7bae993bcb9e40e0330a70",
"imgSmall":200000,
"imgLarge":2000000,
"docSmall":5000000,
"docMaxSize":10000000,
"EasyCIMHost":"10.51.54.200",
"EasyCIMPort":80,
"callbackNowUrl":"/EasyCIM/easyCallback/now",
"callbackLaterUrl":"/EasyCIM/easyCallback/later",
"callbackFirstSlotUrl":"/EasyCIM/easyCallback/firstSlot",
"checkCallbackAvailableUrl":"/EasyCIM/easyCallback/checkCallbackAvailable",
"callbackNowParameters":{
"macroActivity":"DEFAULT_CB",
"phoneNumber":"<customer_phone_number>",
"queueName":"PREVIEW"
},
"callbackLaterParameters":{
"macroActivity":"DEFAULT_CB",
"phoneNumber":"<customer_phone_number>",
"dateTime":"<date_hour>",
"queueName":"PREVIEW",
"segment":"DEFAULT"
},
"callbackFirstSlotParameters":{
"macroActivity":"DEFAULT_CB",
"phoneNumber":"<customer_phone_number>",
"queueName":"PREVIEW"
},
"__v":0
}
, multiple selections available,
Related content
getChatTranscriptByChatID
getChatTranscriptByChatID
More like this
getDataCollection
getDataCollection
More like this
getChatTranscriptByNickname
getChatTranscriptByNickname
More like this
getSettings
getSettings
More like this
getContactByChatID
getContactByChatID
More like this
getChatTranscriptByCalldata
getChatTranscriptByCalldata
More like this