Jason Frankel
Results
1
issues of
Jason Frankel
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.