Pagination
All operations that return lists of results are paginated to ensure the scalability and performance of the REST API.
Requests to a list optionally specify the start position and the maximum number of results to return in the list. To retrieve a large list in its entirety, a request must be made for each page of the list with a suitable start position. The ordering of the list is stated in the REST API documentation referenced earlier in this chapter.