Pagination
How onboarding returns list results and how to control the page size.
List endpoints return a bare JSON array of resources. Control the page size with a limit.
Page size
limitsets how many resources a list returns.limitmust be an integer between 1 and 250; a value outside that range returns422.
PENDING-PUBLISHOnly the
limitbound is confirmed from the boarding contract. The rest of the paging model (offset or cursor parameters, how to request the next page, and any total-count or link fields) is not confirmable while the boarding spec is out ofreference/. Confirm the full pagination contract before publish.
See also
- Query Parameters: the parameters that shape a read
- HTTP Response Codes: the bare-array list shape
- Getting Started: creating and updating entities
Updated 1 day ago
Did this page help you?