Requests on collections of resources for searching or just listing resources have paginated responses
Class: sp:PartialCollectionView.
Those responses include hypermedia links to navigate in the collection:
The pagination mechanism does not use a 'classic' page number-based feature, as this technique is in fact counter performant for high-volume databases such as ours.
Pagination on StreetSmart applications is done with searching next or previous records based on the first and last records present in current view.
See: |
StreetSmart services provide the client with links to navigate through collections efficiently. It is highly recommended to use them.