Skip to content

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

@steven-luabase

Description

@steven-luabase

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions