Meeting Participant
The MeetingParticipant object contains all data related to the individual invited to the meeting.
MeetingParticipant Object
Payload Details |
---|
id stringUnique identifier for the participant. |
community_profile_id stringUnique identifier of the exhibitor member's community profile. |
slot SlotSlot object for a scheduled meeting. |
exhibitor_id stringExhibitor id participating to the meeting. |
is_going booleanIndicates the participant is attending the meeting. |
status stringStatus of the meeting participant, could be any of the following: ATTENDED, CONFIRMED, PENDING_INVITATION, NO_SHOW, EXPIRED, DECLINED, CANCELED. |
rating floatMeeting rating grade given by the participant. |
invitation_message stringMessage inviting the indivual for the meeting. |
invitation_expires_at TimestampExpiration time to accept the meeting invite. |
created_at TimestampTime that the participant was created. |
updated_at TimestampTime that the participant was last updated. |