Get meeting reports
GET
/report/users/{userId}/meetings
Reports
Scopes:
report:read:admin
Heavy
Prerequisites:
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/report/users//meetings?from&to'
响应示例响应示例
200 - response
{
"from": "2019-07-14",
"to": "2019-08-14",
"page_count": 1,
"page_size": 30,
"total_records": 9,
"next_page_token": "",
"meetings": [
{
"uuid": "/lqsAAAA5VBBBw==",
"id": 12345,
"host_id": "gdfg3434dsssfss",
"type": 2,
"topic": "MyTestMeetings",
"user_name": "Prashant Bhandari",
"user_email": "pb@hjdskfhds.fdskhfhds",
"start_time": "2019-07-15T23:24:52Z",
"end_time": "2019-07-15T23:30:19Z",
"duration": 6,
"total_minutes": 11,
"participants_count": 2
},
{
"uuid": "411bbbbbbcVyw==",
"id": 000000,
"host_id": "gdfg3434dsssfss",
"type": 2,
"topic": "My Meeting",
"user_name": "Raju Khanal",
"user_email": "srhkdjfh@jh.fsadghjm",
"start_time": "2019-07-16T17:14:39Z",
"end_time": "2019-07-16T17:26:20Z",
"duration": 12,
"total_minutes": 17,
"participants_count": 2
}
]
}
请求参数
Path 参数
userId
string
必需
me
as the value for userId.Query 参数
from
string <date>
必需
to
string <date>
End date.
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可选
type
enum<string>
可选
past
- Past meetings.pastOne
- Past one user meetings.枚举值:
pastpastOne
默认值:
past