/
getSettings
getSettings
Retrieves settings.
HTTP get /ctreplay/:domain?/getSettings
Path variables:
Name | Mandatory | Type | Description |
---|---|---|---|
domain | NO | STRING | Unique domain identifier |
Authorization: BEARER (token returned by EasyCIM SSO)
Response:
Type: JSON
Name | Type | Description |
---|---|---|
result | BOOLEAN | If true, the service response was performed correctly |
error | NULL / STRING | Contains the error description if an error has occurred in the request |
documents | OBJECT | array containing settings object |
Example:
Request:
http://<hostname>:<port>/ctreplay/default/getSettings
Response:
{
"result": true,
"documents": [
{
"mp3Conversion": true,
"_id": "5ef077a919eb88cfb639fed3",
"__v": 0,
"importRecordingPathDestination": "",
"balancerURL": "http://felixct7-ecas1.reiteklab.eu.rd.eilab.biz/",
"mp3ConversionParams": {
"bitrate": 16,
"vbr": 8
}
}
],
"error": null
}
, multiple selections available,
Related content
getProfiles
getProfiles
More like this
getRecording
getRecording
More like this
generalSettings
generalSettings
More like this
checkAudioFileIntegrity
checkAudioFileIntegrity
More like this
getUsers
getUsers
More like this
search
search
More like this