Overview
Generate insights from attendance data to identify trends, unplanned absences, and overtime costs.
Attendance Summary
Get a daily breakdown of expected vs. actual hours for all employees.
POST
/api/v1/time-and-attendance/requests/queryOvertime Report
List employees who worked more than their scheduled hours.
GET
/api/v1/time-and-attendance/requestsAbsences Report
Identify employees who missed shifts without approved time off.
GET
/api/v1/time-and-attendance/request-attachmentsSwagger update: Report-specific endpoints are not exposed in the current OpenAPI. Confirm the reporting endpoints or export strategy with backend.
