The Student Attendance Interchange describes student attendance and attendance taken events. It can be used to exchange daily, section, intervention, or program attendance events. It may be used in cases where only absences are reported (attendance is assumed if no absence is reported), or where both attendance and absences are reported.
The StudentSchoolAttendanceEvent entity represents the recording of whether a student is in attendance for a school day.
Prerequisites
- Student
- Section
- Student Enrollment
Scenarios
- Create a Tardy Attendance Event for Austin Jones.
- Create an Unexcused Absence Attendance event for Madison Johnson.
- Add an Attendance Event Reason on the Attendance Event for Austin Jones.
- Add an Attendance Event Reason on the Attendance Event for Madison Johnson.
- Delete the Attendance Event for Austin Jones.
Resource | PropertyName | IsCollection | DATA_TYPE | REQUIRED/ OPTIONAL | Scenario 1 POST | Scenario 2 POST | Scenario 3 PUT | Scenario 4 PUT |
---|---|---|---|---|---|---|---|---|
StudentSchoolAttendanceEvents | schoolReference | FALSE | schoolReference | REQUIRED | ||||
schoolReference | schoolId | FALSE | integer | REQUIRED | 255901107 | 255901001 | 255901107 | 255901001 |
StudentSchoolAttendanceEvents | sessionReference | FALSE | sessionReference | REQUIRED | ||||
sessionReference | schoolId | FALSE | integer | REQUIRED | 255901107 | 255901001 | 255901107 | 255901001 |
sessionReference | schoolYear | FALSE | integer | REQUIRED | [Current School Year] | [Current School Year] | [Current School Year] | [Current School Year] |
sessionReference | termDescriptor | FALSE | string | REQUIRED | Fall Semester | Fall Semester | Fall Semester | Fall Semester |
StudentSchoolAttendanceEvents | studentReference | FALSE | studentReference | REQUIRED | ||||
studentReference | studentUniqueId | FALSE | string | REQUIRED | 111111 | 222222 | 111111 | 222222 |
StudentSchoolAttendanceEvents | attendanceEventCategoryDescriptor | FALSE | string | REQUIRED | Tardy | Unexcused Absence | Tardy | Unexcused Absence |
StudentSchoolAttendanceEvents | eventDate | FALSE | dateTime | REQUIRED | 9/16/[Current School Year] | 10/5/[Current School Year] | 9/16/[Current School Year] | 10/5/[Current School Year] |
StudentSchoolAttendanceEvents | attendanceEventReason | FALSE | string | OPTIONAL | Late | No Note | ||
StudentSchoolAttendanceEvents | educationalEnvironmentTypeDescriptor | FALSE | integer | OPTIONAL | ||||
StudentSchoolAttendanceEvents | eventDuration | FALSE | number | OPTIONAL |