Attendance Object


Properties
idstringRead-onlyformat GUID

ID of the Attendance object.


bookingIdstringformat GUID

Corresponding booking ID.


sessionIdstring

Corresponding session ID.


statusstring
3 enum supported values:
NOT_SETATTENDEDNOT_ATTENDED

Status indicating if any particpants attended the session:

  • NOT_SET: There is no available attendance information.
  • ATTENDED: At least a single participant attended the session.
  • NOT_ATTENDED: No participants attended the session.

numberOfAttendeesinteger

Total number of participants that attended the session. By default, the number of attendees is set to 1, but you can set a number to greater than 1 if multiple participants attended.

Do not set to 0 to indicate that no one attended the session. Instead, set the status field to NOT_ATTENDED.

Default: 1

Was this helpful?
Yes
No