GET /phone/recordings

List call recordings of an account.

Scopes:

Prerequisties:

Servers

Query parameters

Name Type Required Description
to String No

End date and time in yyyy-mm-dd format or yyyy-MM-dd’T’HH:mm:ss’Z’ format, the same formats supported by the from parameter.

owner_type String No

The owner type. The allowed values are null, user, or callQueue. The default is null. If null, returns all owner types.

Default value: "all"

recording_type String No

The recording type. The allowed values are null, OnDemand, or Automatic. The default is null. If null, returns all recording types.

site_id String No

The site ID. The default is All sites.

Default value: "All sites"

page_size Integer No

The number of records returned within a single API call. The default is 30, and the maximum is 100.

next_page_token String No

The current page number of returned records.

from String No

Start date and time in yyyy-mm-dd format or yyyy-MM-dd’T’HH:mm:ss’Z’ format. The date range defined by the from and to parameters should only be one month as the report includes only one month worth of data at once.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.