2023 Apr 18 11:17 AM
Hi,
So we're using the Odata API to fetch some data from big reports. I wanted to doublecheck if we can not sort for these endpoints?
example request: (https://my123456.sapbydesign.com/sap/byd/odata/datasources/ds/Test.svc/Test) ,
Since we can filter the data based on the created_date field, I would expect us to be able to sort the data on that field as well...
Is sorting possible? And if not, is there a default field the data will be sorted on? Or will the API just take over the order on which the data is set within the report?
Thanks in advance!