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
|:heavy_check_mark:**MUST** support `$select on resource` to enable properties projection. |
169
-
|:ballot_box_with_check:**SHOULD** support `\$filter with eq`, `ne` operations on properties of entities for collections. |
169
+
|:ballot_box_with_check:**SHOULD** support `$expand=navProp1` option for navigation properties of entities. |
170
+
|:ballot_box_with_check:**SHOULD** support `$filter with eq`, `ne` operations on properties of entities for collections. |
170
171
|:heavy_check_mark:**MUST** support [server-driven pagination](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#981-server-driven-paging) of collections using a [nextLink](http://docs.oasis-open.org/odata/odata-json-format/v4.01/odata-json-format-v4.01.html#sec_ControlInformationnextLinkodatanextL). |
171
172
|:ballot_box_with_check:**SHOULD** support [client-driven pagination](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#982-client-driven-paging) of collections using `$top` and `$skip` (or `$skipToken`). |
172
173
|:ballot_box_with_check:**SHOULD** support `$count` for collections. |
@@ -184,15 +185,15 @@ You can model structured resources for your APIs by using the OData entity type
184
185
Because objects of complex types in Microsoft Graph don’t have unique identifiers, they are not directly addressable via URIs. Therefore, you must not use complex type to model addressable resources such as individually addressable items within a collection. For more information, see the [Microsoft REST API Guidelines collection URL patterns](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#93-collection-url-patterns). Complex types are better suited to represent composite properties of API entities.
0 commit comments