Attendance Data Model

Attendance

NameTypeDescription
dateDateDate on which the attendance is being tracked
Example: 2022-09-23T00:00:00Z
shiftStartTimeDateScheduled Start DateTime of the shift
Example: 2022-09-23T9:00:00Z
shiftEndTimeDateScheduled End DateTime of the shift
Example: 2022-09-23T18:00:00Z
totalHoursDoubleTotal Work Duration
Example: 10.0
breakHoursDoubleBreak Duration
Example: 2.0
effectiveHoursDoubleEffective Work Duration
Example: 8.0
firstInTimeDateFirst Recorded ClockIn Time of the day
Example: 2022-09-23T9:30:00Z
lastOutTimeDateLast Recorded ClockOut Time of the day
Example: 2022-09-23T18:00:00Z
statusEnumOne of
PRESENT
ABSENT,
HOLIDAY,
WEEKLY_OFF,
NOT_SPECIFIED