Rate this page:

Report

Methods

[POST]

downloadReport

Copy URL

Download report file (.xlsx or .csv).

downloadReport example

downloadReport example

Download report file (.xlsx or .csv).

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:

    ErrorType

    Command execution error

[POST]

getReportStatus

Copy URL

Get info about report processing. If the response parameter "processed" is True, the report can be downloaded via the downloadReport method.

getReportStatus example

getReportStatus example

Get info about report processing. If the response parameter "processed" is True, the report can be downloaded via the downloadReport method.

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