I am using the findItemsAdvanced call in the finding api. I am trying to get 5000 items, so it will require me to make 50 calls (50x100 responses limit). I am using the "paginationInput":[{"pageNumber":1}] to change the page. I am getting 100 item responses in page 1 but the api does not return items for page 2 or higher.
When I check the response, it only has a url to the second page of the search and not the items in that page. Any help would be appreciated. Thankyou