If the End of Meeting Feedback Survey https://support.zoom.us/hc/enus/articles/115005855266 option is enabled, attendees will be prompted with a survey window where they can tap either the **Thumbs Up** or **Thumbs Down** button that indicates their Zoom meeting experience. With this API, you can get information on the attendees' meeting satisfaction. Specify a monthly date range for the query using the from and to query parameters. The month should fall within the last six months.To get information on the survey results with negative experiences indicated by **Thumbs Down** , use the Get Zoom Meetings Client Feedback API https://marketplace.zoom.us/docs/apireference/zoomapi/dashboards/dashboardclientfeedbackdetail .**Scopes:** dashboard:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy

listClientMeetingSatisfaction(from = NULL, to = NULL, return_response = F)

Arguments

from

The start date for the query in “yyyymmdd” format.

to

The end date for the query in “yyyymmdd” format.

return_response

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