v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v1] Entry

Get time entries

Get time entry or entries.

If both modify_from and modify_to parameters are provided, from and to are not required.

get/entries

Query parameters

billableboolean

get billable entries

fromstring date required
Example:2021-03-01

from date in YYYY-MM-DD format

tostring date required
Example:2021-03-11

to date in YYYY-MM-DD format

modify_fromstring date
Example:2022-02-06

minimal latest modification date in YYYY-MM-DD format

modify_tostring date
Example:2022-02-12

maximal latest modification date in YYYY-MM-DD format

tags_filter[items][][tag]integer

filter entries with tag id

approvalModeboolean

get only users that user has acl permissions for

opt_fields'tags' | 'breadcrumps'

include fields like tags or breadcrumbs

include_projectboolean

include project/task information

include_ratesboolean

include rates

with_subtasksboolean

include subtasks

ignoreInvoicedboolean

ignore invoiced entries

round_durationboolean

round entry duration

active_onlyboolean

return active entries only, only when with_subtask = true

user_idsstring
Example:`me` for your entries or user_ids like `123,5213,1223`

get entries of given user ids

Response

OK response

idinteger

time entry id

durationstring

time entry duration

user_idstring
user_namestring
task_idstring

task connected to this time entry

last_modifystring
datestring

time entry date

start_timestring

time entry start time

end_timestring

time entry end time

lockedstring

is this time entry locked

namestring

connected task name

addons_external_idstring
billableinteger

is this time entry billable

invoiceIdstring

is this time entry invoiced

colorstring

time entry color

descriptionstring

time entry note

hasEntryLocationHistoryboolean