Added
Attendance API: Attendance summaries and daily breakdown
13 days ago
The Attendance API now enables developers to programmatically query calculated attendance data from Bob. Previously, this calculated data was available only through the Bob UI and reports.
New endpoints
- Fetch attendance summaries:
- Returns aggregated attendance data per employee for a specified date range.
- The response reflects policy-based calculations, including worked hours, payable hours, overtime, breaks, offsets, and premium-eligible hours.
- Fetch daily attendance breakdown:
- Provides a day-by-day view of attendance calculations per employee.
- Each record represents one employee on one date and shows how hours are calculated at the daily level, including regular time, overtime, breaks, and premium-eligible hours.
- Each daily entry includes a status indicating whether it has already been approved.
Notes:
- Both endpoints require filtering by Employee ID(s), and Date or date range.
- Employee IDs can be retrieved using the People search API.
- Both endpoints support cursor-based pagination.
For more details, see the Attendance API reference guide.
