List multiple TimeEntries
List all TimeEntries satisfying query filters.
For technical purposes, a TimeEntry 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)
Please refer to the TimeEntry API reference for additional information on the TimeEntry object.
Please see this guide on how to retrieve TimeEntries the right way.
Query Parameters
{offset},{limit}. Defaults to 0,1000.
Filter out TimeEntries on its ownerIds
{comparator},{date-time}. Filter out TimeEntries on its startsAt.
Filter on a comma-separated list of AxisSections identifiers.
Filter on a comma-separated list of AxisSections codes.
{comparator},{date-time}. Filter out TimeEntries on their modifiedAt.
{comparator},{date-time}. Filter out TimeEntries on their startsAt.
{fieldName},{direction}. Defaults to {id},{asc}
Response
Was this page helpful?