Page 1 / 1
Hi
You can leverage using OData V4 which allows you to set OData filtering and sorting clauses:
https://<site>/odatav4/<instance>/Vendor?$skip=0&$top=10&$orderby=LastModifiedDateTime desc
Hi
The API result set returned by the data view is always sorted by the 'OrderBy' clause specified in the type of the data view object.
If you wish to sort the data differently, you can create a simple Generic Inquiry (GI) with the desired sort order. Then, create a custom endpoint for the GI and use a GET call. This way, you will receive the data according to your specific request and sorting preference."
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.