Skip to content

Commit 1b080f0

Browse files
committed
pagination
1 parent fdef09f commit 1b080f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Guidelines](https://github.com/microsoft/api-guidelines/blob/master/Guidelines.m
182182
|----------------------------------------------------------------------------------------------------|
183183
| :heavy_check_mark: **MUST** support \$select on resource to enable properties projection |
184184
| :ballot_box_with_check: **SHOULD** support \$filter with eq, ne operations on properties of entities for collections|
185-
| :heavy_check_mark: **MUST** support server-side pagination for collections |
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 |
186186
| :ballot_box_with_check: **SHOULD** support pagination $top, $skip and $count for collections |
187187

188188
The query options part of an OData URL can be quite long, potentially exceeding

0 commit comments

Comments
 (0)