I know we could sort REST response by using sort but when I try to provide array column name it doesnt sort.
I have a array column(history) in a table and I want to sort based on createDt key of history array column.
"history":[
{
"fromId":"5516895196",
"createDt":"2013-12-04"
}
when I enter in REST Service -history.createDt the result is not sorted. Please advise?