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.
Headers
API key. Value must be formatted like so: lucca application={api_key}.
Query Parameters
{offset},{limit}. Defaults to 0,1000.
"2000,500"
Filter out time-entries on its ownerIds
{comparator},{date-time}. Filter out time-entries on its startsAt.
"between,2021-01-01,2021-02-01"
Filter on a comma-separated list of AxisSections identifiers.
Filter on a comma-separated list of AxisSections codes.
{comparator},{date-time}. Filter out time-entries on their modifiedAt.
"since,2021-01-01T08:45:23Z"
{comparator},{date-time}. Filter out time-entries on their startsAt.
"since,2021-01-01T08:45:23Z"
{fieldName},{direction}. Defaults to {id},{asc}
Response
OK