List meetings
GET
/metrics/meetings
Dashboards
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.Scopes:
dashboard_meetings:read:admin
Rate Limit Label:
Resource-intensive
Prerequisites:
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/metrics/meetings?from&to'
响应示例响应示例
200 - response
{
"from": "string [date]",
"meetings": [
{
"duration": "string",
"email": "string",
"end_time": "string [date-time]",
"has_3rd_party_audio": "boolean",
"has_pstn": "boolean",
"has_recording": "boolean",
"has_screen_share": "boolean",
"has_sip": "boolean",
"has_video": "boolean",
"has_voip": "boolean",
"host": "string",
"id": "integer",
"participants": "integer",
"start_time": "string [date-time]",
"topic": "string",
"user_type": "string",
"uuid": "string [uuid]"
}
],
"next_page_token": "string",
"page_count": "integer",
"page_size": "integer",
"to": "string [date]",
"total_records": "integer"
}
请求参数
Query 参数
type
enum<string>
可选
past
- Meeting that already occurred in the specified date range.pastOne
- Past meetings that were attended by only one user. live
- Live meetings.live
and thus, the API will only query responses for live meetings.枚举值:
pastpastOnelive
默认值:
live
from
string <date>
必需
to
string <date>
End date.
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可选
include_fields
enum<string>
可选
枚举值:
tracking_fields
返回响应
修改于 2024-04-24 09:06:48