GET /metrics/client/feedback/{feedbackId}
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.
Scope: dashboard_home:read:admin
Rate Limit Label: Heavy
`
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
feedbackId |
String | Yes |
Feedback Detail Id |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
to |
String | No | |
page_size |
Integer | No |
Default value: 30 |
next_page_token |
String | No | |
from |
String | No |
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.