getCloudRecordingUsageReport.Rd
Retrieve cloud recording usage report for a specified period. You can only get cloud recording reports that is one day ealier than the current date and for the most recent period of 6 months. The date gap between from and to dates should be smaller or equal to 30 days. **Prerequisites*** Pro or higher plan.**Scopes:** report:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy
getCloudRecordingUsageReport(from, to, return_response = F)
from | Start date in 'yyyymmdd' 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. |
---|---|
to | End date. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |