/
Sorting
Sorting
Sorting is available from version 3.3 of the Dataloy API
Within API 3.3 release is possible sort the result of any search. The following type of sorting are supported:
- ASCENDING (ascending order, case - or database sensitive)
- ASCENDING INSENSITIVE (ascending order, case-insensitive)
- DESCENDING (descending order, case - or database - sensitive)
- DESCENDING INSENSITIVE (descending order, case-insensitive)
ASCENDING
http://localhost:8080/ws/rest/Vessel?sort=vesselName(AS)
ASCENDING INSENSITIVE
http://localhost:8080/ws/rest/Vessel?sort=vesselName(ASI)
DESCENDING
http://localhost:8080/ws/rest/Vessel?sort=vesselName(DS)
DESCENDING INSENSITIVE
http://localhost:8080/ws/rest/Vessel?sort=vesselName(DSI)
It is possible use sorting in combination with any filter and pagination:
, multiple selections available,
Related content
Pagination
Pagination
More like this
Filtering
Filtering
More like this
High Level Guide for integrating additional systems with the Dataloy VMS
High Level Guide for integrating additional systems with the Dataloy VMS
Read with this
System
System
More like this
Adjust Number of Fields to be Returned from a Request
Adjust Number of Fields to be Returned from a Request
Read with this
Dataloy API 3.3 Release Notes
Dataloy API 3.3 Release Notes
More like this