For Developers
Attendance Entry Status
This enumeration is part of the v2.5 API update which is currently in beta and therefore subject to change.
An Attendance Entry Status describes the state of an attendance day/period record for students. For example, it indicates if an absence is excused.
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. |