listZoomMeetingsClientFeedbacks.Rd
Retrieve survey results from Zoom meetings client feedback https://support.zoom.us/hc/enus/articles/115005855266EndofMeetingFeedbackSurvey#h_e30d552b6d8e4e0aa5889ca8180c4dbf . 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 https://support.zoom.us/hc/enus/articles/115005838023 enabled.**Scope:** account:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy
listZoomMeetingsClientFeedbacks(from, to, return_response = F)
from | Start date in 'yyyymmdd' 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 | End date. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |