RegistrantModelWithQuestionnaire
Properties
Name | Type | Required | Description |
---|---|---|---|
creation_time | str | ✅ | Object creation time |
last_modified_time | str | ✅ | Object last modification time |
first_name | str | ✅ | First (given) name |
last_name | str | ✅ | Last (family) name |
str | ✅ | User's contact email | |
id_ | str | ❌ | Internal object ID |
join_uri | str | ❌ | The personalized URI for this registrant to join the Webinar |
cancellation_uri | str | ❌ | The personalized URI for this registrant to cancel the registration |
registered_post_webinar | bool | ❌ | Indicates if the registrant was registered to on-demand webinar |
visitor_id | str | ❌ | Visitor ID passed from registration page |
external_id | str | ❌ | ID of a registrant passed from external system |
registration_time | str | ❌ | Registration time (can be earlier than "creationTime" due to indirect persistence) |
ip_address | str | ❌ | IP address of the registrant's user agent |
source | str | ❌ | Registration channel source (coming from registration URI) |
participant_id | str | ❌ | ID of session participant (from Runtime Service - if this registrant attended the webinar) |
questionnaire | List[RegAnswerModel] | ❌ | Answers on custom registration questions |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs