Meetings
The Meetings object contains all data related to the meetings of an event.
Meeting Object
Payload Details |
|---|
idstringUnique identifier for the event meeting. |
event_idstringUnique identifier for the event. |
organizer_idstringUnique identifier of the participant organizing the meeting. |
slotSlotSlot object for a scheduled meeting. |
placePlacePlace where the meeting will be set. |
rescheduled_from_meeting_idstringPrevious meeting id before reeschedule. |
max_participantsnumberMaximum number of participants for the meeting. |
statusMeetingStatusStatus of the meeting, one of the following: PENDING, CONFIRMED, CANCELED, DECLINED, EXPIRED, HELD, NO_SHOW, RESCHEDULED, DRAFT, DISCARDED. |
is_cancelablebooleanIndicates if meeting is can be cancelable. |
is_reschedulablebooleanIndicates if meeting is can be reschedulable. |
created_atTimestampTime that the meeting was created. |
updated_atTimestampTime that the meeting was last updated. |
roundtable_idstringUnique identifier for the roundtable object. |
sourcestringSource where the meeting was generated, one of: STUDIO, APP, GENERATED. |
participantsarray of MeetingParticipantList of participants invited to the meeting. |