Get webinar absentees
GET
/past_webinars/{WebinarUUID}/absentees
Webinars
Scopes:
webinar:read:admin
webinar:read
Rate Limit Label:
Heavy
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/past_webinars//absentees'
响应示例响应示例
200 - response
{
"page_count": 1,
"page_number": 1,
"page_size": 30,
"registrants": [
{
"address": "dsfhkdjsfh st",
"city": "jackson heights",
"comments": "Looking forward to the Webinar",
"country": "USA",
"create_time": "2019-02-26T23:01:16.899Z",
"custom_questions": [
{
"title": "What do you hope to learn from this Webinar?",
"value": "Look forward to learning how you come up with new recipes and what other services you offer."
}
],
"email": "sjfkghdsg@someemail.dfgjd",
"first_name": "Jill",
"id": "24000002122",
"industry": "Food",
"job_title": "Chef",
"join_url": "https://zoom.us/webinar/mywebinarissocooldighdghodghodg",
"last_name": "Chill",
"no_of_employees": "10",
"org": "Cooking Org",
"phone": "00000000",
"purchasing_time_frame": "1-3 months",
"role_in_purchase_process": "Influencer",
"state": "NY",
"status": "approved",
"zip": "11371"
}
],
"total_records": 1
}
请求参数
Path 参数
WebinarUUID
string
必需
Query 参数
occurrence_id
string
可选
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可选
返回响应
修改于 2024-04-24 09:06:48