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
| Key | Datatype | Required | Description |
| from
| string | | (Required) Start date in 'yyyy-mm-dd' 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
| string | | (Required) End date. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"from":"\u003cdate\u003e","to":"\u003cdate\u003e","total_records":"\u003cinteger\u003e","issues":[{"issue_name":"\u003cstring\u003e","zoom_rooms_count":"\u003cinteger\u003e"},{"issue_name":"\u003cstring\u003e","zoom_rooms_count":"\u003cinteger\u003e"}]}