from
and to
query parameters. The month should fall within the last six months.account:read:admin
Heavy
curl --location --request GET 'http://api.zoom.us/v2/metrics/client/feedback?from&to'
{
"client_feedbacks": [
{
"feedback_id": "53532100000",
"feedback_name": "Poor audio quality.",
"participants_count": 1
},
{
"feedback_id": "53532100000",
"feedback_name": "They could not hear us.",
"participants_count": 2
}
],
"from": "2013-03-16",
"to": "2013-04-16",
"total_records": 2
}
【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通