This function returns a list of attendances for a course past and present.

listAttendances(section_id, start = NULL, end = NULL,
  enrollment_id = NULL)

Arguments

section_id

The id of the section for which the attendance entries are requested.

start

Filter statuses for a given date range, inclusive YYYY-MM-DD.

end

Filter statuses for a given date range, inclusive YYYY-MM-DD.

enrollment_id

Filter statuses for a given enrollment.

Value

A dataframe of attendance details.

Details

An attendance entry is a student record of being absent, late or excused late.

References

API Documentation