It didn’t work either. What I see here is that the iteration increment doesn’t work. Shouldn’t this work since the documentation examples use it this way?
@shaileeM In the example provided, it worked when pagination was done through the response header. This does not apply to my case because I do not have pagination information in the header.
I was able to implement pagination after asking the team responsible for the system to make a change to the API.
Talking to Sailpoint support, it seems that the response always needs to bring pagination information, either in the response body or header, so that this dynamic data can be iterate, thus creating the next URL. Iterating heardcoded does not work (although it is stated in the documentation, this seems to only work in the documentation system).
A change was made to the API, bringing another attribute called “page”, which indicates the current page, as shown below: