The attendance
object represents the attendance information
for a booked session, such as:
The number of session attendance
objects available depends on the booking type:
attendance
object per appointment session.attendance
object for each session of the class. The number of sessions for a class is defined in Schedule and Sessions schedule.capacity
property.attendance
object for each session of the course. For example, if there are 12 sessions in a course, there are 12 attendance
objects. The number of sessions for a class is defined in Schedule and Sessions schedule.capacity
property.ID of the attendance
object.
Corresponding booking ID.
Corresponding session ID.
Status indicating if any participants attended the session.
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