Skip to main content
GET
List Worked Hours By Employee

Authorizations

Authorization
string
header
required

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

Query Parameters

employeeIds[in]
string<uuid>[]

Array of employee ids

withChecks
boolean

true or false

from
string<date>
required

Y-m-d

to
string<date>
required

Y-m-d

limit
integer

Limit employees

page
integer

Request a specific page

Response

200 - application/json

Array of Objects

data
object[]
meta
object