Best way to fetch for events by time?

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!

Hi @EntreEden,

Check out the Search API; I think it could be more appropriate for that use case.

Oh wow this is WAY better! Don’t know how I missed it, thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.