GET {{baseUrl}}/metrics/client/feedback?from=<date>&to=<date>
Use this API to return Zoom meetings client feedback survey results. You can specify a monthly date range for the Dashboard data using the Prerequisites:
* A Business or higher account.
* The "Feedback to Zoom" option enabled. Scopes: Rate Limit Label: from
and to
query parameters. The month should fall within the last six months. dashboard_home:read:admin
,dashboard:read:admin
Heavy
Body
PARAM
Key | Datatype | Required | Description |
from
|
string | (Required) Start date in 'yyyy-mm-dd' format. The date range defined by the "from" and "to" parameters should only be one month as the report includes only one month worth of data at once. | |
to
|
string | (Required) End date. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"client_feedbacks": [
{
"feedback_id": "<string>",
"feedback_name": "<string>",
"participants_count": "<integer>"
},
{
"feedback_id": "<string>",
"feedback_name": "<string>",
"participants_count": "<integer>"
}
],
"from": "<date>",
"to": "<date>",
"total_records": "<integer>"
} |
ENDPOINTS