Logo
Zoom Public API Documentation

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

 

Body PARAM

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

{ "from": "<date>", "to": "<date>", "total_records": "<integer>", "issues": [ { "issue_name": "<string>", "zoom_rooms_count": "<integer>" }, { "issue_name": "<string>", "zoom_rooms_count": "<integer>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/metrics/zoomrooms/issues?from=<date>&to=<date>?from=<date>&to=<date>' -H 'Accept: application/json'

ENDPOINTS