It could be that you need to page through results over 100 items, so the second page of results would be 101 onwards?
You are viewing a single comment's thread from:
It could be that you need to page through results over 100 items, so the second page of results would be 101 onwards?
With much respect, I doubt that, since our for loop does not have any "range" or limits. It goes through the whole set... right?
Do you have any recommendations where I can look to find out?
The API documentation doesn't really tell me what I want... at least I found no detailed explanation of "limit=".