You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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!
The text was updated successfully, but these errors were encountered: