Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.5 KB

ListArchivedFiles200Response.md

File metadata and controls

14 lines (11 loc) · 1.5 KB

# ListArchivedFiles200Response

Properties

Name Type Description Notes
from \DateTime The queried start date. [optional]
meetings \Zoom\Api\Model\CloudArchivedFiles[] Information about the meeting or webinar. [optional]
next_page_token string The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. Note: if you use `next_page_token` as a parameter, your other request parameters should be changeless to make sure that the large result set is what you want. For example, if your `to` parameter is for a future time, Zoom resets this value to the current time and returns this value in the response body, along with the `next_page_token` value. Use these same `to` and `next_page_token` values in requests for the remaining results set; otherwise you will get an invalid token error. [optional]
page_size int The number of records returned within a single API call. [optional]
to \DateTime The queried end date. [optional]
total_records int The total number of returned meeting records. [optional]

[Back to Model list] [Back to API list] [Back to README]