asciisd / zoho

Zoho package for Laravel
36 stars 37 forks source link

How to use getJsonRecords() with page number #39

Open lukem15 opened 2 years ago

lukem15 commented 2 years ago

Hello,

getJsonRecords() returns 200 results, although I have thousands of results that must be returned in a paginated format. How would I get onto the next page of results using getJsonRecords ?

I'm presuming it would be something like

ZohoManager::useModule('Deals')->getJsonRecords(["page" => 1]);

But this doesn't work of course, since the function doesn't accept variables.

Any help would be appreciated!