The documentation shows the ‘o’ parameter in the API call to order multiple resources records (http://documentation.bonitasoft.com/?page=rest-api-overview&hash=resource_search).
Is this overruled by the Ordered By part of the BDM’s query? Or perhaps I just have the syntax wrong?
Here are some of the API calls I’ve tried:
http://localhost:8080/bonita/API/bdm/businessData/com.gft.model.BuildList?q=findByUserId&p=0&c=100&o=Order_ID%20DESC&f=userId=33
The findAll query is a custom one I created that doesn’t have any ordered by section.
Thanks for your help!