Using orderby in an SP2010 Rest call (listdata.svc) doesn't seem to work. Irrelevant of the selected field (Id, Modified... etc), I can't sort in descending order (desc) the return using desc using an ajax call.
Working
&$orderby=Id asc
Not Working
&$orderby=Id desc
The interesting thing is it sorts perfectly when entered directly into the browser.
ascbut notdesc. – Oxossi Jan 18 '17 at 13:38