Fetch all chats for a user through API
Hi, I am looking into the API for fetching all direct chats for user
https://www.zoho.com/cliq/help/restapi/v2/#retrieve-chats , the problem I am facing is that there is no pagination and I might miss certain chats with upper limit of 100. I tried to think on an algorithm via using modified_before and modified_after parameter, but even that doesn't seem to provide 100% guarantee that I would not miss any chat.
Is there some alternative which I can use for the purpose?