You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|:ballot_box_with_check:**SHOULD** support \$filter with eq, ne operations on properties of entities for collections|
185
185
|:heavy_check_mark:**MUST** support [server-side pagination](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_ServerDrivenPaging) using a [nextLink](http://docs.oasis-open.org/odata/odata-json-format/v4.01/odata-json-format-v4.01.html#sec_ControlInformationnextLinkodatanextL) for collections |
186
186
|:ballot_box_with_check:**SHOULD** support pagination $top, $skip and $count for collections |
187
-
187
+
| :ballot_box_with_check:**SHOULD** sorting with \$orderby both ascending and descending on properties of the entities
188
188
The query options part of an OData URL can be quite long, potentially exceeding
189
189
the maximum length of URLs supported by components involved in transmitting or
190
190
processing the request. One way to avoid this is to use the POST verb instead of
0 commit comments