Skip to content
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

Clockify (Independent Publisher) - Updated Pagination Parameters #3703

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion independent-publisher-connectors/Clockify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Clockify is a popular, easy to use, free time tracking software solution. This c

## Change Notes

- 21 Oct 2024 : Added support for pagination for workspace users and user time entries.
- 21 Oct 2024 : Added support for pagination for workspace users and user time entries. Note : The api limits 50 records per page. You need to use loop constructs to pull all data from api use page and page-size arguments.

- 28 Oct 2023 : Added support for the new v1 version of clockify. Old Version deprecated but the existing flows will continue to run.

Expand Down