Retrieve detailed information on a 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:** dashboard_home:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy

getZoomMeetingsClientFeedback(
  feedbackId,
  from = NULL,
  to = NULL,
  page_size = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

feedbackId

Feedback Detail Id

return_response

Whether to return the response instead of the response content. Defaults to FALSE.