SaveDailyAttendances
Headers
Your DreamClass API key. Required on every request. Find it in the DreamClass app under Settings > Integrations.
Your school code. Required on every request. Find it in the DreamClass app under Settings > Integrations.
Your DreamClass API key. Required on every request. Find it in the DreamClass app under Settings > Integrations.
Your school code. Required on every request. Find it in the DreamClass app under Settings > Integrations.
Record the same daily attendance status in bulk for multiple students on a given date.
studentSemesterInfoIds: list of school period enrollment ids (Check the GetPeriodStudents call)
attStatus: the attendance status id (Check the GetAttendanceStatuses call)
date: attendance date in ISO format
checkInOrCheckOut: optional, one of ‘in’, ‘out’ or ‘clear’ (leave null for plain daily attendance)
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.