Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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": "",
            "balancerURL": "http://felixct7-ecas1.reiteklab.eu.rd.eilab.biz/",
            "mp3ConversionParams": {
                "bitrate": 16,
                "vbr": 8
            }
        }
    ],
    "error": null
}
  • No labels