odata-client-php
odata-client-php copied to clipboard
Results limit to 25 records?
Hello,
I am using Microsoft Business Central (On premise) to expose webservices to a PHP based application form. I am using odata-client-php to consume the webservices. I have noticed that only 25 records are being returned when querying the webservice using this library. When I was using SOAP for the same query I get all the records.
Is there a limit which has been set and can it be configured to get all the results?
Thanks