GET /phone/recordings
List call recordings of an account.
Scopes:
phone:read:adminphone:write:admin
Prerequisties:
- Pro or higher account with Zoom Phone license.
- Account owner or admin privileges.
Servers
- https://api.zoom.us/v2
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 |
owner_type |
String | No |
The owner type. The allowed values are null, Default value: "all" |
recording_type |
String | No |
The recording type. The allowed values are null, |
site_id |
String | No |
The site ID. The default is 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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.