[ad_1]
I am able to access the Places through the API. I am writing automation to scrub the Place content so that non-members cannot see confidential information. I have more than 100 places. I see that I can only set per_page to 100. I am looking for a way to page through the results to get the second page of data. I am trying things like appending &PageIndex=2 to the URI, but the API complains that & is reserved. How do I fetch the 2nd page of records?
