...
Authorization:
Status | ||
---|---|---|
|
Response:
Type:
Status | ||
---|---|---|
|
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| If true, the service response was performed correctly | ||||||||
error |
| Contains the error description if an error has occurred in the request | ||||||||
documents |
| array containing settings object |
Example:
Request:
http://<hostname>:<port>/ctreplay/default/getSettings
Response:
Code Block | ||
---|---|---|
| ||
{
"result": true,
"documents": [
{
"mp3Conversion": true,
"_id": "5ef077a919eb88cfb639fed3",
"__v": 0,
"importRecordingPathDestination": "C:\\Users\\Gabriele.Verde\\Desktop\\ImportDestination",
"balancerURL": "http://felixct7-ecas1.reiteklab.eu.rd.eilab.biz/",
"mp3ConversionParams": {
"bitrate": 16,
"vbr": 8
}
}
],
"error": null
} |