Pagination in the API should be implemented as an extension to JSend.
A successful response may include the field nextPage (null, if it does not exist) and should accept the query parameter page with a default value if not present.
⚠ Please update the API documentation when implementing pagination.
(This ticket should remain open until all "legacy" features have been switched to pagination)
Pagination in the API should be implemented as an extension to JSend. A successful response may include the field
nextPage
(null
, if it does not exist) and should accept the query parameterpage
with a default value if not present.Example request:
Example response:
⚠ Please update the API documentation when implementing pagination. (This ticket should remain open until all "legacy" features have been switched to pagination)