Versions Compared

Key

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

...

Authorization:

Status
titleBEARER
(token returned by EasyCIM SSO)

Request body:

Name

Mandatory

Type

Description

filter

Status
colourRed
titleYES

Status
titleOBJECT

filter for data deletion.

...

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

n

Status
titlenumber

Number of recordings deleted

Example:

Request:

http://<hostname>:<port>/ctreplay/default/deleteRecordings

Request body:

Code Block
languagejson
{
    "filter":{"macroactivity": "MAC_ADSL_OUT", "partner": "DEFAULT"}
}

...