Uiza's List method is using page-based pagination, this is one of the simplest forms of paging. Initially, only a certain number of results will be returned at a time. The default is 50.
Arguments
limitnumber
The maximum number of objects to be returned per call, between 1 and 50. The default limit is 50.
pagenumber
Indicates the page number, the page being the one requested. By default, this query parameter is equal to 1.