Skip to main content
GET
List employees hours bag aggregate balance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

from
string<date>
required

Start date of the aggregation period (inclusive)

Example:

"2026-03-01"

to
string<date>
required

End date of the aggregation period (inclusive). Must be greater than or equal to 'from'.

Example:

"2026-03-31"

Filter employees by name or email (partial match)

status[in]
string

Filter by employee status

Example:

"active,inactive"

employeeIds[in]
string

Filter by a comma-separated list of employee IDs

Example:

"uuid1,uuid2"

limit
integer
default:20

Limit results by page

page
integer
default:1

Request a specific page

Response

Array of employee hours bag aggregates

data
object[]
meta
object