List employees hours bag aggregate balance
Returns the aggregated hours bag balance per employee for a given date range. Includes overtime balance, paid seconds, vacation-compensated seconds and total pending seconds.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start date of the aggregation period (inclusive)
"2026-03-01"
End date of the aggregation period (inclusive). Must be greater than or equal to 'from'.
"2026-03-31"
Filter employees by name or email (partial match)
Filter by employee status
"active,inactive"
Filter by a comma-separated list of employee IDs
"uuid1,uuid2"
Limit results by page
Request a specific page