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

KeyDatatypeRequiredDescription
fromstring(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the &quot;from&quot; and &quot;to&quot; parameters should only be one month as the report includes only one month worth of data at once.
tostring(Required) End date.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;client_feedbacks&quot;:[{&quot;feedback_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;feedback_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;participants_count&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;feedback_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;feedback_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;participants_count&quot;:&quot;\u003cinteger\u003e&quot;}],&quot;from&quot;:&quot;\u003cdate\u003e&quot;,&quot;to&quot;:&quot;\u003cdate\u003e&quot;,&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;}