dashboard:read:admin
Heavy
curl --location --request GET 'http://api.zoom.us/v2/metrics/client/satisfaction'
{
"client_satisfaction": [
{
"date": "2019-08-05",
"good_count": 5,
"none_count": 0,
"not_good_count": 1,
"satisfaction_percent": 100
},
{
"date": "2019-08-06",
"good_count": 0,
"none_count": 0,
"not_good_count": 0,
"satisfaction_percent": 100
}
],
"from": "2019-08-05",
"to": "2019-09-05",
"total_records": 30
}
(good_count + none_count)
/ total_count
.【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通