List Zoom meetings client feedback
GET {{baseUrl}}/metrics/client/feedback?from=<date>&to=<date>
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.
Prerequisites: * A Business or higher account. * The "Feedback to Zoom" option enabled.
Scopes: dashboard_home: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
{"client_feedbacks":[{"feedback_id":"\u003cstring\u003e","feedback_name":"\u003cstring\u003e","participants_count":"\u003cinteger\u003e"},{"feedback_id":"\u003cstring\u003e","feedback_name":"\u003cstring\u003e","participants_count":"\u003cinteger\u003e"}],"from":"\u003cdate\u003e","to":"\u003cdate\u003e","total_records":"\u003cinteger\u003e"}