- Notifications
You must be signed in to change notification settings - Fork5.4k
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when I try to filter Toggl Track time entries using query parameters (such as start_date, end_date, since, before, etc.) in the "Get Time Entries" action, but the parameters are not passed to the API request. As a result, I always get the latest 1000 entries, regardless of the filters I want to apply.
Describe the solution you'd like
I would like the "Get Time Entries" action (components/toggl/actions/get-time-entries/get-time-entries.mjs) to support all available query parameters as described in the Toggl Track API documentation. This would allow users to filter time entries by date range and other criteria.
Do you have a workaround?
Currently, there is no direct workaround within the action. I have to fetch all entries and manually filter them in a subsequent step, which is inefficient and not practical for large datasets.
Comparable features in other tools?
Other integrations and direct API calls to Toggl Track allow specifying these query parameters, making it easy to retrieve only the relevant time entries. For example, using curl or Postman, I can pass start_date and end_date as query parameters and get filtered results.
Additional context
Adding support for these query parameters would make the action much more flexible and efficient.
Reference:Time entries
Metadata
Metadata
Assignees
Labels
Type
Projects
Status