Get webinar absentees
GET {{baseUrl}}/past_webinars/:webinarId/absentees?occurrence_id=<string>&page_size=30&next_page_token=<string>
List absentees of a webinar.
Scopes: webinar:read:admin
,webinar:read
Rate Limit Label: HEAVY
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
occurrence_id | string | The meeting or webinar occurrence ID. | |
page_size | number | The number of records returned within a single API call. | |
next_page_token | string | Use the next page token to paginate through large result sets. A next page token is returned whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"next_page_token":"\u003cstring\u003e","page_count":"\u003cinteger\u003e","page_number":1,"page_size":30,"total_records":"\u003cinteger\u003e","registrants":[{"email":"\u003cemail\u003e","first_name":"\u003cstring\u003e","id":"\u003cstring\u003e","address":"\u003cstring\u003e","city":"\u003cstring\u003e","comments":"\u003cstring\u003e","country":"\u003cstring\u003e","custom_questions":[{"title":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"industry":"\u003cstring\u003e","job_title":"\u003cstring\u003e","last_name":"\u003cstring\u003e","no_of_employees":"","org":"\u003cstring\u003e","phone":"\u003cstring\u003e","purchasing_time_frame":"More than 6 months","role_in_purchase_process":"Not involved","state":"\u003cstring\u003e","status":"approved","zip":"\u003cstring\u003e","create_time":"\u003cdateTime\u003e","join_url":"\u003cstring\u003e"},{"email":"\u003cemail\u003e","first_name":"\u003cstring\u003e","id":"\u003cstring\u003e","address":"\u003cstring\u003e","city":"\u003cstring\u003e","comments":"\u003cstring\u003e","country":"\u003cstring\u003e","custom_questions":[{"title":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"industry":"\u003cstring\u003e","job_title":"\u003cstring\u003e","last_name":"\u003cstring\u003e","no_of_employees":"101-250","org":"\u003cstring\u003e","phone":"\u003cstring\u003e","purchasing_time_frame":"1-3 months","role_in_purchase_process":"Decision Maker","state":"\u003cstring\u003e","status":"denied","zip":"\u003cstring\u003e","create_time":"\u003cdateTime\u003e","join_url":"\u003cstring\u003e"}]}