Only return time entries belonging to the client with the given ID. Type: integer.
Only return time entries with a spent_date on or after the given date. Type: date
Pass true to only return time entries that have been invoiced and false to return time entries that have not been invoiced.
Pass true to only return running time entries and false to return non-running time entries.
The page number to use in pagination. Type: integer Default: 1 Range: 1 or more
The number of records to return per page. Type: integer Default: 100 Range: 1 to 100
Only return time entries belonging to the project with the given ID. Type: integer.
Only return time entries with a spent_date on or before the given date. Type: date
Only return time entries that have been updated since the given date and time. Type: datetime.
Only return time entries belonging to the user with the given ID. Type: integer.
Generated using TypeDoc
TimeEntries query parameters