For Developers
Attendance Entry Flag
This enumeration is part of an upcoming API update which is currently in beta and therefore subject to change.
An Attendance Entry Flag describes why an attendance record is unusual (e.g. a suspension or field trip). Districts define their own attendance flag codes; Attendance Flags are the code mappings that connect those district codes to the values below. See Code Mappings for more information.
The values of this enum are of type string.
Values
| Value | Description |
|---|---|
field_trip | The student was absent from class because they were on a field trip. |
in_school_suspension | The student was absent from class because they were suspended from school. |
internet_outage | The student was absent from class because an internet outage occurred |
other | |
out_of_school_suspension | The student was absent from class because they were suspended from school. |
parent_excused | The student was absent from class but the absence was excused by a parent. |
school_excused | The student was absent from class but the absence was excused by the school. |
security_emergency | The student was absent from class because the premises had a significant security emergency. (e.g. lockdown or evacuation due to a violent individual on campus) |
suspension | The student was absent from class because they were suspended. |
truant | The student was absent from class because they were truant. |
vacation | The student was absent from class because they were on vacation. |
weather_emergency | The student was absent from class because of an extreme weather phenomenon |