Get top 25 Zoom Rooms with issues

GET {{baseUrl}}/metrics/issues/zoomrooms?from=<date>&to=<date>

Get information on top 25 Zoom Rooms with issues in a month. The month specified with the "from" and "to" range should fall within the last six months.

Prerequisites:

  • Business or a higher plan.
  • Zoom Room must be enabled in the account.

Scopes: dashboard_home:read:admin , dashboard:read:admin

Rate Limit Label : Heavy

Request Params

| Key | Datatype | Required | Description | | from | string | | (Required) Start date in 'yyyy-mm-dd' format. The date range defined by the &quot;from&quot; and &quot;to&quot; parameters should only be one month as the report includes only one month worth of data at once. | | to | string | | (Required) End date. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;from&quot;:&quot;\u003cdate\u003e&quot;,&quot;to&quot;:&quot;\u003cdate\u003e&quot;,&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;,&quot;zoom_rooms&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;issues_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;room_name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;issues_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;room_name&quot;:&quot;\u003cstring\u003e&quot;}]}