Get information about the issues that occured on the Top 25 **Zoom Rooms with issues** in an acount. 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.**Scope:** dashboard_home:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy**Prerequisites:** * Business or a higher plan.* Zoom Room must be enabled in the account.

getIssuesOfZoomRooms(
  zoomroomId,
  from,
  to,
  page_size = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

zoomroomId

The Zoom room ID.

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.