Pagination allows you to limit the number of items returned by the list operation and provides information on how to get other pages.
![]() Note | Query parameters for search and sort are included in the URL. |
<pageInfo> <resultsPerPage>2</resultsPerPage> <startindex>0</startIndex> <totalResults>10</totalResults> <firstPage> http://<server>/bucketIntervals/?resultsPerPage=2</firstPage> <lastPage> http://<server>/bucketIntervals/?startIndex=8&resultsPerPage=2</lastPage> <prevPage/> <nextPage> http://<server>/bucketIntervals/?startIndex=2&resultsPerPage=2</nextPage> </pageInfo> <bucketIntervals> <bucketInterval/> <bucketInterval/> </bucketIntervals>