How to do order by on child objects while using expand on rest API's
Summary
How to do order by on child objects while using expand on rest API'sContent
I have created four business objects and all four are in a multi-level hierarchy of which each will have a 1:M relationship with the next business object.
So from the first business object's endpoint I am trying to expand all the required child objects and getting the response data.
But in the response data inside the child object I am not able to get the data based on id in the ascending order.
So how can I make the data in the child object to appear in ascending order
Tagged:
0