Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    List Zoom Meetings Client Feedback

    Use this API to return Zoom meetings client feedback survey results. You can specify a monthly date range for the Dashboard data using the from and to query parameters. The month should fall within the last six months.

    Scopes: dashboard_home:read:admin
    Rate Limit Label: Heavy

    Prerequisites:

    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: client_feedbacks: type: array items: type: object properties: feedback_id: description: Feedback Id type: string example: '1' feedback_name: description: Feedback Name type: string example: Others participants_count: description: The number of participants that upvoted the feedback. type: integer example: 0 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: 10