GetLessonAttendance
Get a list of lesson attendances for the given parameters.
Used for classes that are set with Lesson Attendance mode
Headers
dreamclass-secret-key
Your DreamClass API key. Required on every request. Find it in the DreamClass app under Settings > Integrations.
tenant
Your tenant code: the DreamClass subdomain you sign in at (for https://myaccount.dreamclass.io it is "myaccount"), or your full white-labelled domain. Required on every request.
schoolCode
Your school code. Required on every request. Find it in the DreamClass app under Settings > Integrations.
Query parameters
periodId
fromDate
Start date of attendances e.g. 2024-12-31 ISO format
toDate
End date of attendances e.g. 2025-01-25 ISO format
statuses
List of attendance statuses (comma separated)
studentId
Id of student (optional)
classId
Id of class (optional)
courseId
Id of course (optional, mandatory set classId)
Response
OK
studentId
attendanceStatus
date
classId
courseId
comments
minutesLate
attendancePoints

