Skip to main content
GET
Get All Timecards

Authorizations

X-Api-Key
string
header
required

Query Parameters

from
string

Date from (2 weeks ago by default)

Example:

"2020-10-01"

to
string

Date to

Example:

"2020-11-01"

Response

OK

user
number
required

User ID

Example:

69

workTime
number
required

Working time in seconds

Example:

28800

clockIn
string

Clock-in time in user timezone

Example:

"09:00"

clockOut
string

Clock-out time in user timezone

Example:

"18:00"

breakTime
number

Breaks duration in seconds

Example:

3600

history
object[]
date
string

Format: Y-m-d

weekId
integer

Week identifier (YYWW).

isLocked
boolean
invalid
object | null

Validation issues for the timecard, if any.

lockReasons
string[]