/
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
}