Cdr



[tags: CDR]

Resource Root

https://localhost:8443/api/rest/cdr/reports/

Summary


Resources Methods
https://localhost:8443/api/rest/cdr/reports/

https://localhost:8443/api/rest/cdr/reports//call-history-report

GET  Retrieves call history report data.

https://localhost:8443/api/rest/cdr/reports//conference-history-report

GET  Retrieves conference history report data.

https://localhost:8443/api/rest/cdr/reports//conference-usage-report

GET  Retrieves conference usage report data.

https://localhost:8443/api/rest/cdr/reports//conference-summary-report

GET  Retrieves conference summary report data.

https://localhost:8443/api/rest/cdr/reports//endpoint-usage-report

GET  Retrieves endpoint usage report data.

https://localhost:8443/api/rest/cdr/reports//unified-report

GET  Retrieves a unified report for all conferences and their participating calls in a given time range.

Resources


https://localhost:8443/api/rest/cdr/reports/


https://localhost:8443/api/rest/cdr/reports//call-history-report


Methods

GET


Retrieves call history report data.
[tags: call-history-report]

Request

Response

Status Representation Description
200 application/xml
text/xml
text/csv
application/vnd.plcm.plcm-cdr-reports-list+xml
Report information successfully retrieved.
304 The call history report on the server has not changed since
the last read.
404 text/plain
No such report. Requested resource not found.
406 text/plain
Not acceptable. Invalid accept header.

https://localhost:8443/api/rest/cdr/reports//conference-history-report


Methods

GET


Retrieves conference history report data.
[tags: conference-history-report]

Request

Response

Status Representation Description
200 application/xml
text/xml
text/csv
application/vnd.plcm.plcm-cdr-reports-list+xml
Report information successfully retrieved.
304 The conference history report on the server has not changed
since the last read.
404 text/plain
No such report. Requested resource not found.
406 text/plain
Not acceptable. Invalid accept header.

https://localhost:8443/api/rest/cdr/reports//conference-usage-report


Methods

GET


Retrieves conference usage report data.
[tags: conference-usage-report]

Request

Response

Status Representation Description
200 application/xml
text/xml
text/csv
application/vnd.plcm.plcm-cdr-reports-list+xml
Report information successfully retrieved.
304 The conference usage report on the server has not changed
since the last read.
404 text/plain
No such report. Requested resource not found.
406 text/plain
Not acceptable. Invalid accept header.

https://localhost:8443/api/rest/cdr/reports//conference-summary-report


Methods

GET


Retrieves conference summary report data.
[tags: conference-summary-report]

Request

Response

Status Representation Description
200 application/xml
text/xml
text/csv
application/vnd.plcm.plcm-cdr-reports-list+xml
Report information successfully retrieved.
304 The conference summary report on the server has not changed
since the last read.
404 text/plain
No such report. Requested resource not found.
406 text/plain
Not acceptable. Invalid accept header.

https://localhost:8443/api/rest/cdr/reports//endpoint-usage-report


Methods

GET


Retrieves endpoint usage report data.
[tags: endpoint-usage-report]

Request

Response

Status Representation Description
200 application/xml
text/xml
text/csv
application/vnd.plcm.plcm-cdr-reports-list+xml
Report information successfully retrieved.
304 The endpoint usage report on the server has not changed since
the last read.
404 text/plain
No such report. Requested resource not found.
406 text/plain
Not acceptable. Invalid accept header.

https://localhost:8443/api/rest/cdr/reports//unified-report


Methods

GET


Retrieves a unified report for all conferences and their participating
calls in a given time range.
[tags: unified-report]

Request

Query Parameters

Name Type Description
from-date xs:dateTime
to-date xs:dateTime

Response

Status Representation Description
200 application/xml
text/xml
application/vnd.plcm.plcm-cdr-unified-report+xml
List of events.
304 The unified report on the server has not changed since the
last read.
404 text/plain
No such report. Requested resource not found.
400 text/plain
Bad Request. Bad time range or invalid accept header