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:

Scope: dashboard_home:read:admin
Rate Limit Label: Heavy

`

Servers

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.