Skip to main content

getAttendance

Gets attendace from a date range.

Arguments

Returns

This method will return an array of Attendance objects with all attendance from the date range.

Example

client.getAttendance({from, to}).then(attendance => {
attendance.forEach(attendance => {
// attendance
})
})