I have an API call that by default limits the number of pages/records for each API call. The API call creates a Paging.Next record with a unique API GET address. This address changes each time the GET is called. I am trying to figure out how to retrieve records 5001 and greater. The first screenshot below will retrieve records 1-5000. The paging next address has an address to retrieve records 5001 and above. Any help is appreciated. Thanks in advance. API newbie with Alteryx so I maybe need a little bit of extra TLC with the steps or suggestions.
Below are the instructions from the company of the API.
Execute the Report API call. Get first page and new URL + cursor combination for the next page.
Execute API call using the URL + cursor in step 1 to return the next page. Obtain page 2, and new URL + cursor for page 3.
Make API call using URL + cursor in step 2 to return page 3. Obtain page 3 data, and new URL + cursor for next page.
Repeat steps until the end of the report.

