Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Description

result

Status
titleboolean

If true, the service response was performed correctly

error

Status
titlenull
/
Status
titlestring

Contains the error description if an error has occurred in the request

document

Status
titleobject

Recording object

Example:

Request:

http://<hostname>:<port>/ctreplay/default/getRecording/5f048b1a2b66ce470c46460d5f21411fa3b03d39b876143b

Response:

Code Block
languagejson
{
    "result": true,
    "document": {
        "_id": "5f048b1a2b66ce470c46460d5f21411fa3b03d39b876143b",
        "__v": 0,
        "callcenter": "CC_DEFAULT",
        "partner": "DEFAULT",
        "recorderAddr": "10.112.4.138",
        "callType": "outboundcallTask",
        "auto": true,
        "macroactivity": null,
        "ecid": "saasher|1119|50463169234|5133",
        "remote": "32870396973277368543",
        "extension": "80106@B2BUAEP80302@B2BUAEP.saasher.priv",
        "duration": 25728139520,
        "startTs": "2020-07-07T0907T07:3726:0846.000Z",
        "callId": "fa83e30efefa5ed5-a3be90be-ea11-8420-005056ae4e88@saasher-cti1_0_0",
        "agent": "ACA010447CRE010022",
        "uuid": "fb633245-dcb8-4264-b7e7-8a3507567c57",
        "fd6920f9-9042-4226-852d-02777582c527""tags": {
            "VUUID": "fb633245-dcb8-4264-b7e7-8a3507567c57",
            "AGENT": "CRE010022",
            "REMOTE": "3277368543",
            "EXTENSION": "80302@B2BUAEP.saasher.priv",
            "ECID": "saasher|19|169234|33",
            "EXTRA0": "saasher|19|169234|33"
        }
    },
    "error": null
}