And they say that you need to send the max value from that version object that comes back.
Specifically, they want the URL to contain ?after=something where something is the cursor in this case.
So, if you open the Advanced settings, you can set the following values:
Pagination Key : after
Pagination Start Value : 0
Cursor Key : version.max
The first one sets the word after to be added to your URL automatically. The second field you filled out says, “Start with the value of after being set to 0”. And the Cursor Key field says how to get to the cursor key in the response. In this case, we know that version is a top level key (which just means there is no key above it in the hierarchy), and it has a child key called max. The dot represents a child follows.
Let me know if that works for you!
Be sure to bump up your Max Pages Fetched to be high enough that all of your pages are fetched.