markciecior / ConnectPyse

ConnectWise (Manage) REST API client written in Python 3.x
MIT License
21 stars 8 forks source link

Some request get limited to 25 results #11

Closed efrainvalles closed 3 years ago

efrainvalles commented 3 years ago

Thanks for your your work maintaining this API for Connectwise, simple to work with. how do you access more records. I know the API limits results to 25. how do you either paginate results or expand the pagesize of results to the limit of 1000 records?

markciecior commented 3 years ago

I added a few lines to the README showing how paging and filtering work. The other attributes you can use are here.