Report
Methods
[POST]
downloadReport
Download report file (.xlsx or .csv).
downloadReport example
Parameters
domain:
string
Your account name
access_token:
string
Your api token
report_id:
integer
Report ID. The ID can be retrieved via the exportCallsHistoryReport methods
Returns
200:
Report file (.xlsx or .csv).
default:
Command execution error
[POST]
getReportStatus
Get info about report processing. If the response parameter "processed" is True, the report can be downloaded via the downloadReport method.
getReportStatus example
Parameters
domain:
string
Your account name
access_token:
string
Your api token
report_id:
integer
Report ID. The ID can be retrieved via the exportCallsHistoryReport methods
Returns
Call history report status is successfully retrieved
default:
Command execution error