For Developers
Attendance Entry Status
This enumeration is part of an upcoming API update which is currently in beta and therefore subject to change.
An Attendance Entry Status describes how an attendance record is classified (e.g. whether an absence is excused or unexcused). Districts define their own attendance status codes; Attendance Statuses 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 |
|---|---|
excused | Indicates an absence excusal. |
exempt | Indicates that the attendance was recorded but does not count against the student. |
indeterminate | The status has not yet been determined. |
not_applicable | There is no status that applies to the attendance record. |
other | |
unexcused | Indicates an unexcused absence. |