Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.86 KB

Pagination.md

File metadata and controls

13 lines (9 loc) · 1.86 KB

Pagination

Properties

Name Type Description
count number The number of objects in the entries array.
hasMoreItems boolean A boolean value which is true if there are more entities in the collection beyond those in this response. A true value means a request with a larger value for the skipCount or the maxItems parameter will return more entities.
totalItems number An integer describing the total number of entities in the collection. The API might not be able to determine this value, in which case this property will not be present.
skipCount number An integer describing how many entities exist in the collection before those included in this list. If there was no skipCount parameter then the default value is 0.
maxItems number The value of the maxItems parameter used to generate this list. If there was no maxItems parameter then the default value is 100.