Please enable JavaScript to view this site.

PRD_SIS_004_Developer's Guide 2.6

Navigation: Implementation details

Paginating results

Scroll Prev Top Next More

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:

sp:nextView

sp:previousView

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.

 

StreetSmart services provide the client with links to navigate through collections efficiently. It is highly recommended to use them.