Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Bob_Zimmerman
Authority
Authority

The offset is how many individual objects to skip ahead. It defaults to 0, which skips 0 objects. Limit 500 offset 501 would give you objects 502 through 1001. The 'from' and 'to' in the call result will confirm this for you.

You should use limit 500 offset 500, limit 500 offset 1000, and so on.

View solution in original post

0 Kudos
(1)
Who rated this post