Skip to content

[FEATURE] Cannot Pass Query Parameters to Toggl Track "Get Time Entries" Action #16539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kazuya-shimatani opened this issue May 2, 2025 · 1 comment · May be fixed by #16540
Open

[FEATURE] Cannot Pass Query Parameters to Toggl Track "Get Time Entries" Action #16539

kazuya-shimatani opened this issue May 2, 2025 · 1 comment · May be fixed by #16540
Labels
enhancement New feature or request triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@kazuya-shimatani
Copy link

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

@kazuya-shimatani kazuya-shimatani added the enhancement New feature or request label May 2, 2025
kazuya-shimatani added a commit to kazuya-shimatani/pipedream that referenced this issue May 2, 2025
@vunguyenhung vunguyenhung added the triaged For maintainers: This issue has been triaged by a Pipedream employee label May 5, 2025
@lcaresia lcaresia moved this from Ready for PR Review to Ready for QA in Component (Source and Action) Backlog May 6, 2025
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog May 7, 2025
@vunguyenhung vunguyenhung moved this from In QA to Ready for Release in Component (Source and Action) Backlog May 7, 2025
@vunguyenhung
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged For maintainers: This issue has been triaged by a Pipedream employee
Projects
Status: Ready for Release
Development

Successfully merging a pull request may close this issue.

2 participants