Discussions

Ask a Question
Back to all

Full refresh required due to updated_from not capturing deletions

Hi,

We are running a daily data sync pipeline that pulls data from attendances, absences, absence periods and multiple custom-reports (v1).

Recently, the API has started responding with 403 errors, which we suspect is related to the volume of requests our pipeline generates.

Ideally, we would use the updated_from parameter to only fetch records that have changed since the last sync. However, this feature doesn't seem to capture deletions
https://developer.personio.de/discuss/6083e4e9d7a401001056d385.
Hence we are forced to do a full refresh every day, fetching the entire history from 2019 to today.

Is there a solution to the issue mentioned above and therefore an alternative to the full-refresh approach you can suggest?

Thanks Salem