I want to fetch all the Leads in my zoho crm, how can i do it?
I fetch the data from script. so the 200 Limit is not an issue.
Currently i use this query:
"select_query" => "select Subject,Last_Name,Email from Leads where Created_Time > ".$days].
As 'days' is date, I want to fetch all the Leads in some loop...