GET /metrics/meetings/{meetingId}/participants/satisfaction
When a meeting ends, each attendee will be prompted to share their meeting experience by clicking either thumbs up or thumbs down. Use this API to retrieve the feedback submitted for a specific meeting. Note that this API only works for meetings scheduled after December 20, 2020.
Prerequisites:
- Feedback to Zoom setting must be enabled by the participant prior to the meeting.
- The user making the API request must be enrolled in a Business or a higher plan.
Scope: dashboard_meetings:read:admiin
Rate Limit Label: Heavy
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
meetingId |
String | Yes |
The meeting ID or the meeting UUID. If a meeting ID is provided in the request instead of a UUID, the response will be for the latest meeting instance. If a UUID starts with "/" or contains "//" (example: "/ajXp112QmuoKj4854875=="), you must double encode the UUID before making an API request. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page_size |
Integer | No |
The number of records returned within a single API call. Default value: 30 |
type |
String | No |
Specify a value to get the response for the corresponding meeting type. The value of this field can be one of the following: If you do not provide this field, the default value will be Valid values:
Default value: "live" |
next_page_token |
String | No |
The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.