Attendance
A single attendance record
type Attendance {
breaks: [AttendanceBreak!]
end: LocalDateTime
id: AttendanceID!
isManualEntry: Boolean!
notes: String
reason: String
start: LocalDateTime!
subtotal: Int!
totalBreakTime: Int!
}
Fields
Attendance.breaks ● [AttendanceBreak!] list object
All breaks recorded during the given attendance
Attendance.end ● LocalDateTime scalar
End time of the attendance
Attendance.id ● AttendanceID! non-null scalar
Unique identifier
Attendance.isManualEntry ● Boolean! non-null scalar
Shows if the entry was manually added through the portal
Attendance.notes ● String scalar
Additional notes
Attendance.reason ● String scalar
Reason for the attendance time adjustment
Attendance.start ● LocalDateTime! non-null scalar
Start time of the attendance
Attendance.subtotal ● Int! non-null scalar
Total worked time for the given attendance, in minutes
Attendance.totalBreakTime ● Int! non-null scalar
Total break time for the given attendance, in minutes
Member Of
AttendanceData object ● DailyAttendanceSummary object