Page through records of a specific object.
cursor from
the previous response to get the next page of results. This improves performance
on large datasets.
Paginate through records
cursor that provides a token
that can be passed in the next response:cursor is null, you have reached the end of the records.Customize page size
limit
query parameter:Limit the number of records returned. Default is 100.
1 <= x <= 1000Cursor from the previous response to resume pagination from.