Retrieves settings.
HTTP GET /ctreplay/:domain?/getSettings
Path variables:
Name | Mandatory | Type | Description |
---|---|---|---|
domain | NO | STRING | Unique domain identifier |
Authorization: BEARER
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": "C:\\Users\\Gabriele.Verde\\Desktop\\ImportDestination", "balancerURL": "http://felixct7-ecas1.reiteklab.eu.rd.eilab.biz/", "mp3ConversionParams": { "bitrate": 16, "vbr": 8 } } ], "error": null }