Graph API: Automatic paging for "List places"

Graph API: Automatic paging for "List places"
0

Upvotes

Upvote

 Nov 03 2023
0 Comments 
New

When testing this endpoint https://learn.microsoft.com/en-us/graph/api/place-list using the C# client library, I was surprised to see that automatic paging (as described here: https://learn.microsoft.com/en-us/graph/paging) was not working. My suggestion is to make sure that every points do support it properly!

More info on the issue over here: https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2190

Thx!