Get zoom meetings client feedback
GET {{baseUrl}}/metrics/client/feedback/:feedbackId?from=<date>&to=<date>&page_size=30&next_page_token=<string>
Retrieve detailed information on a Zoom meetings client feedback.
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: * Business or higher account * Feedback to Zoom enabled.
Scopes: dashboard_home:read:admin
,dashboard:read:admin
Rate Limit Label: Heavy
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | ||
to | string | ||
page_size | number | ||
next_page_token | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"from":"\u003cdate\u003e","to":"\u003cdate\u003e","next_page_token":"\u003cstring\u003e","page_size":30,"client_feedback_details":[{"email":"\u003cstring\u003e","meeting_id":"\u003cstring\u003e","participant_name":"\u003cstring\u003e","time":"\u003cdateTime\u003e"},{"email":"\u003cstring\u003e","meeting_id":"\u003cstring\u003e","participant_name":"\u003cstring\u003e","time":"\u003cdateTime\u003e"}]}