Hey everyone,
I have been working with Asana events API recently and came across this API. I had a few question regarding this which weren’t answered in the documentation
- The documentation states the response contains a
has_more
flag, how do we use that flag to fetch more than 100 events for a resource. For example I have a resource with 200 events, when I make the API call I get 100 events withhas_more
as true, how do I get the remaining 100 events - If the sync token expires, is there a way to get events from the expired sync token time to now?