The following fails: http://localhost/api/Services/Widgets?$orderby=Created+desc Whereas the following succeeds: http://localhost/api/Services/Widgets?$orderby=Created desc Only difference is a space between the Created and desc.
The following fails:
http://localhost/api/Services/Widgets?$orderby=Created+desc
Whereas the following succeeds:
http://localhost/api/Services/Widgets?$orderby=Created desc
Only difference is a space between the Created and desc.