Meetings
The Meetings object contains all data related to the meetings of an event.
Meeting Object
Payload Details |
---|
id stringUnique identifier for the event meeting. |
event_id stringUnique identifier for the event. |
organizer_id stringUnique identifier of the participant organizing the meeting. |
slot SlotSlot object for a scheduled meeting. |
place PlacePlace where the meeting will be set. |
rescheduled_from_meeting_id stringPrevious meeting id before reeschedule. |
max_participants numberMaximum number of participants for the meeting. |
status MeetingStatusStatus of the meeting, one of the following: PENDING, CONFIRMED, CANCELED, DECLINED, EXPIRED, HELD, NO_SHOW, RESCHEDULED, DRAFT, DISCARDED. |
is_cancelable booleanIndicates if meeting is can be cancelable. |
is_reschedulable booleanIndicates if meeting is can be reschedulable. |
created_at TimestampTime that the meeting was created. |
updated_at TimestampTime that the meeting was last updated. |
roundtable_id stringUnique identifier for the roundtable object. |
source stringSource where the meeting was generated, one of: STUDIO, APP, GENERATED. |
participants array of MeetingParticipantList of participants invited to the meeting. |