Changes

Jump to: navigation, search

Odata Overview

78 bytes added, 18:01, 7 May 2018
OData Queries Syntax
3. Ordering: the URL below orders by first name
<pre>http://localhostmysmartsimpleurl/OData/V4/pub/113/Service.svc/report_Neo_records?$orderby=first_name+asc
or
http://mysmartsimpleurl/OData/V4/pub/113/Service.svc/report_Neo_records?$orderby=first_name
4. $top and $skip, used mainly for pagination: The syntax below skips 3 records and return 2 records only (i.e. only 4th and 5th will return)
<pre> http://mysmartsimpleurl/OData/V4/pub/113/Service.svc/report_Neo_records?$top=2&$skip=3</pre>
==Troubleshooting==
Smartstaff
1,385
edits

Navigation menu