get https://api.rocketlane.com/api/1.0/time-entries
This endpoint can be used to get all time entries. You can refine your search by adding filters. Filters are given as query parameters and have a defined structure: key is field.operator
and value is value
. For instance: date.gt=2023-02-11
, minutes.eq=250
. Apart from filters, you can add sortBy
combined with sortOrder
to sort the time entries. The response body is paginated and you can control the pagination using the limit
and pageToken
parameters.