I am having around 5200 records in my leads module of zoho. i have written an api call using getsearchrecords method on these records to get the phone number and lead name in order to use them for comparing with the call logs of my sales team which i do with our internal pbx application.
But my problem is that for an api call i am getting only 2000 records as the response and i am giving the search condition as "modified time < (current datetime)". What should i do inorder to get all the 5000 records? Please sujjest a way.
Thanks in advance for the reply.