action zoom_dashboard_zoom_room_issue {
label: "Get top 25 issues of Zoom Rooms"
description: "Get top 25 issues of Zoom Rooms.
\n**Scopes:** `dashboard_zr:read:admin`
\n\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`
\n **Prerequisites:**
\n* Business, Education or API Plan with Zoom Rooms set up.\n\n"
provider: zoom
method: GET
path: "/metrics/zoomrooms/issues"
encoding: json
input: {
type: "object"
properties: {
from: {
type: "string"
format: "date"
}
to: {
type: "string"
format: "date"
}
}
required: ["from", "to"]
additionalProperties: false
}
output: {
type: "object"
}
}