Get top 25 issues of Zoom Rooms

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

Get top 25 issues of Zoom Rooms.

Prerequisites:

  • Business, Education or API Plan with Zoom Rooms set up.

Scopes: dashboard_zr:read:admin,dashboard:read:admin

Rate Limit Label: Heavy

Request Params

KeyDatatypeRequiredDescription
fromstring(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.
tostring(Required) End date.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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;issues&quot;:[{&quot;issue_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;zoom_rooms_count&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;issue_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;zoom_rooms_count&quot;:&quot;\u003cinteger\u003e&quot;}]}