Increase the length of the api response, Epicor Rest API

Hello All,
I have been using the Epicor Rest API to fetch data, but I noticed it doesn’t give me all the data. When using the CustomerSvc service, for example, it returns only 100 customers.
How can I make it so I can return more than that, maybe like a thousand customers or all of them?

On the custom methods:
pageSize & absolutePage

On OData
$top

I see :+1:
Thank you @klincecum

Using the OData, is there a value I can pass that will just return all of the data available?

BAQSvc does not seem to have the limitation, and you can shape your data, e.g. reduce columns, do calculations, etc.