AddLessonAttendance

View as Markdown
Record a single lesson attendance. Used for classes set with Lesson Attendance mode. studentToClassesCourse: the student's class course enrollment id (Check the EnrollClassCourse call) lecture: the lecture id (Check the GetSingleLectures call) attendanceStatus: the attendance status id (Check the GetAttendanceStatuses call) Note: the lecture must be marked as complete before its attendance can be changed.

Headers

tenantstringOptional
schoolCodestringOptional

Request

This endpoint expects an object.
studentToClassesCourseobjectRequired
lectureobjectRequired
attendanceStatusobjectRequired
commentstringRequired
minutesLateintegerRequired

Response headers

Access-Control-Allow-OriginstringOptional
Access-Control-Allow-MethodsstringOptional
X-Content-Type-OptionsstringOptional
Cache-ControlstringOptional

Response

OK
studentIdinteger
attendanceStatusstring
datedatetime
commentsstring
classIdinteger
courseIdinteger
minutesLateanyOptional
attendancePointsanyOptional