Paginated iterator - set counter end

Is there a way to retrieve the number of pages from the initial response and pass that into the iterator as the counter end or does it automatically stop when it finds the end and returns no more results or errors?

It is built to stop automatically when it finds no more data rows, so you don’t need to determine the ending page number.

1 Like