Paged queries with 100,000 or fewer matching objects
If no more than 100,000 objects match the query criteria, use the offset
entry to page through the result set. In each request after the first one with a count value greater than 0, include an offset
entry that specifies the number of results to skip when returning the next page of results. For example, if you specified a count
value of 50
for your first request, specify an offset
value of 50
for your second request.