asciisd / zoho

Zoho package for Laravel
36 stars 36 forks source link

get more than 200 records using getRecords() #43

Closed wmfairuz closed 2 years ago

wmfairuz commented 2 years ago

Hi,

I'm trying to retrieve all my modules data using:

$data = ZohoManager::useModule($module_name)->getRecords()

But I only get the first 200 of the entries, is it possible to specify page and perpage values for getRecords()?

Thanks!

aemaddin commented 2 years ago

Hi @wmfairuz,

Package updated on v2 with new feature as you requested.

Thanks for your contribution.