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

recents endpoint only gets max 1 month of historical data #141

Open
steven-luabase opened this issue Jan 27, 2025 · 0 comments
Open

recents endpoint only gets max 1 month of historical data #141

steven-luabase opened this issue Jan 27, 2025 · 0 comments

Comments

@steven-luabase
Copy link

I noticed that tables that pull data from the recents endpoint (eg Activities table) are only pulling 1 month's worth of historical data. I think it's likely due to Pipedrive changing how that endpoint works which went into effect on December 1 2024:
https://developers.pipedrive.com/changelog/post/breaking-change-added-limit-to-the-since-timestamp-parameter

GET v1/recents
Added a limit to the since_timestamp parameter.
Mobile users can now retrieve a maximum of 3 months of past data, even if they request data from a date further in the past.
All other users will be limited to retrieving a maximum of 1 month of past data, even if they request data from a date further in the past.

Seems like if we want to get data that is older than a month old we will have to use a different endpoint for the tap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant