listMeetings_Dashboards.Rd
List total live or past meetings that occurred during a specified period of time. This overview will show if features such as audio, video, screen sharing, and recording were being used in the meeting. You can also see the license types of each user on your account. You can specify a monthly date range for the dashboard data using the from and to query parameters. The month should fall within the last six months.**Scopes:** dashboard_meetings:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Resourceintensive**Prerequisites:** * Business or a higher plan.
listMeetings_Dashboards( type = NULL, from, to, page_size = NULL, next_page_token = NULL, return_response = F )
type | Specify a value to get the response for the corresponding meeting type. The value of this field can be one of the following: past Meeting that already occurred in the specified date range.pastOne Past meetings that were attended by only one user. live Live meetings.If you do not provide this field, the default value will be live and thus, the API will only query responses for live meetings. |
---|---|
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. |
page_size | The number of records returned within a single API call. |
next_page_token | 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. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |