TimeEntries
List multiple time-entries
List all time-entries satisfying query filters.
For technical purposes, a time-entry of duration 00:00:00 will be returned for any day if :
- The day belongs to a Timesheet that is at least submitted,
- And the day has 00:00:00 total working time (a public holiday, a full-day absence, a working day without any work)
Read more about the time-entry object.
Please see this guide on how to retrieve time-entries the right way.
get/api/v3/timeentries
Query parameters
pagingstring required
Example:2000,500
{offset},{limit}. Defaults to 0,1000.
ownerIdinteger[]
Filter out time-entries on its ownerIds
startsAtstring
Example:between,2021-01-01,2021-02-01
{comparator},{date-time}. Filter out time-entries on its startsAt.
axisSections.idstring
Filter on a comma-separated list of AxisSections identifiers.
axisSections.codestring[]
Filter on a comma-separated list of AxisSections codes.
modifiedAtstring
Example:since,2021-01-01T08:45:23Z
{comparator},{date-time}. Filter out time-entries on their modifiedAt.
archivedAtstring
Example:since,2021-01-01T08:45:23Z
{comparator},{date-time}. Filter out time-entries on their startsAt.
orderBystring
{fieldName},{direction}. Defaults to {id},{asc}
Response
OK