Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Get Top 25 Zoom Rooms With Issues

    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.
    Scope: dashboard_home:read:admin
    Rate Limit Label: Heavy
    Prerequisites:

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

    Input

    type: object properties: parameters: type: object properties: from: format: date type: string example: '2022-01-01' description: >- 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: format: date type: string example: '2022-01-28' description: End date. required: - from - to title: Parameters

    Output

    type: object properties: from: description: Start date for this report format: date type: string example: '2022-01-01' to: description: End date for this report format: date type: string example: '2022-01-30' total_records: description: The number of all records available across pages type: integer example: 30 zoom_rooms: type: array items: type: object properties: id: description: Zoom Room ID type: string example: NHwIXQQ2Ro-fJ13cxj_fuQ issues_count: description: Issue Count of Zoom Room type: integer example: 12 room_name: description: Zoom Room Name type: string example: jchill room