I have created a program that uses the API to get all tasks and place it in a PostgreSQL database, I download all the tasks in the project to copy it over but when updating the data base requesting everything from the API is inefficient.
Is there a flag or API request that can get only new changes in the project so it synchronises instead of deleting the table and recreating it.
Thanks
Antony Leons