/
reopen
reopen
Reopens the specified recording marked as closed by setting the property “isClosed” to false.
HTTP POST /ctreplay/:domain?/reopen/:recordingId
Path variables:
Name | Mandatory | Type | Description |
---|---|---|---|
domain | NO | STRING | Unique domain identifier |
recordingId | YES | STRING | Unique recording 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 |
Example:
Request:
http://<hostname>:<port>/ctreplay/default/reopen/5f048b1a2b66ce470c46460d
Response:
{
"result": true,
"error": null
}
, multiple selections available,
Related content
getRecording
getRecording
More like this
deleteRecording
deleteRecording
More like this
setTag
setTag
More like this
checkAudioFileIntegrity
checkAudioFileIntegrity
More like this
deleteRecordings
deleteRecordings
More like this
getSettings
getSettings
More like this