Skip to main content
GET
Get All Time Records

Authorizations

X-Api-Key
string
header
required

Query Parameters

from
string

Date from

Example:

"2018-01-01"

to
string

Date to

Example:

"2018-01-31"

limit
integer

Max results for pagination, max value 50000

Example:

10000

page
integer

Page

Example:

1

opts_include_billing
integer

Include billing data

Example:

1

Response

OK

id
number
required

Time record ID

Example:

2660155

time
number
required

Time recorded in seconds

Example:

3600

user
number
required

User ID

Example:

1304

date
string
required

Date

Example:

"2018-01-20"

task
object
isLocked
boolean
Example:

false

isInvoiced
boolean
Example:

false

comment
string
Example:

"some notes"

history
object[]
createdAt
string

Format: Y-m-d H:i:s

warning
object | null

Validation warning, if any.

lockReasons
string[]

Reasons the record is locked, if any.

website
object | null