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/query

Overtime Report

List employees who worked more than their scheduled hours.

GET/api/v1/time-and-attendance/requests

Absences Report

Identify employees who missed shifts without approved time off.

GET/api/v1/time-and-attendance/request-attachments
Swagger update: Report-specific endpoints are not exposed in the current OpenAPI. Confirm the reporting endpoints or export strategy with backend.