sortBy is not working in wso2 DAS. Will you please provie how to query through REST API to WS02 DAS table stream

156 Views Asked by At

sortBy is not working in wso2 DAS. Will you please provide how to query through REST API to WS02 DAS table stream.

I tried similar way shown in below URL but no luck.

"sortBy":[{"field":"EmpName", "sortType":"ASC"}]

https://docs.wso2.com/display/DAS310/Retrieving+All+Records+Matching+the+Given+Search+Query+via+REST+API

2

There are 2 best solutions below

0
On BEST ANSWER

This works only in DAS 310. DAS 301 does not have the sorting capability

2
On

It should work. Make sure the column you're sorting on is an index column.