Skip to content

Commit 929e223

Browse files
committed
added JSON batch reference
1 parent 6c7a276 commit 929e223

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,7 @@ GET with $query segment, and pass the query options part of the URL in the reque
193193
in the chapter [OData Query
194194
Options](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_PassingQueryOptionsintheRequestBody).
195195

196-
Limitations of \$query requests made to Microsoft Graph:
197-
198-
- Microsoft Graph only supports having all the query options completely in the
199-
request body or completely in the request url. Graph doesn't support query
200-
options present in both places.
201-
202-
- The parameters in \$query segment should not span multiple workloads. Support for
203-
\$query segment right now is limited to properties belonging to the same workload.
204-
196+
Another way is to use JSON batch as described in the [Microsoft Graph Documentation] (https://docs.microsoft.com/en-us/graph/json-batching#bypassing-url-length-limitations-with-batching).
205197

206198
### Resource Modeling Patterns
207199

0 commit comments

Comments
 (0)