Hi @hcanning2014,
If you’re asking whether you can make one request and get ALL the records, the answer is no.
You have to iterate over the records, passing along a pager object, setting the pageSize [indeed, if not set, the default is 30] to whatever you choose and incrementing the pageIndex at each iteration.