Hello! Could you please help how to use paging in events endpoint. There is a ‘hasMore’ flag which was not described in doc. What should I do if hasMore is true? Should I use sync token that was received in response to get the next page? Thank you!
I don’t know this API well but usually there is a page attribute as well as a size attribut. By using those 3 you can navigate between pages. @Phil_Seeman maybe you can help?
I’m afraid I haven’t used that endpoint, either, so not really up on the specifics. @Frederic_Malenfant I think you’re familiar with events and pagination?
No I’m not! I tried it once but we decided to not use that endpoint for now to detect changes in tasks.