I’m adding an Asana integration to my tool that summarizes an individuals work. For most integrations I filter by dates (e.g. changes made in the last 2 weeks).
With Asana I’m struggling to figure out the best way to do this. The events
API seems best but I’m a little thrown off with the sync parameter.
How are you all fetching a user’s events by time? Do I have to just keep track of all the syncs for a user and keep looping through them until I get all the events?
Do I have to save the syncs for future requests from the user about previous status?
Thanks!