Hello @wired137,
The max PageSize you can use is 500. You need to iterate over each page, cycle through the records in the returned dataset and increment PageIndex by one at the end of each iteration.
If the total number of records is higher than 10,000, you’d have to use smaller date ranges as that’s the max number of results you can get at one go, regardless of pagination.