Paging List Results

Top  Previous  Next

All results that return a list of objects support paging through the use of two optional parameters:

 

skip: specifies the starting offset for the page
take: specifies the maximum number of items to return

 

List representations include links to the previous and next pages in long results sets.

To avoid abuse of the server, the administrator can configure a default and a maximum value for the take parameter - in the event that the client requests a number of results greater than the configured upper limit, then only the configured maximum number of results will be returned.