Reports GetAsync() differences between Microsoft.Graph and Microsoft.Graph.Beta #1931
Unanswered
christophwille
asked this question in
Q&A
Replies: 1 comment
-
This is not necessarily the case as the beta API may change or the API onboarded with a different path/name on V1 endpoint. The reports API had some changes sometime back that may explain this inconsistency though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Microsoft.Graph" Version="5.11.0"
Microsoft.Graph.Beta" Version="5.31.0-preview"
For the release version, GetAsync() gives me Stream. For Beta, I get an already properly deserialized List (tried with GetOffice365ActiveUserDetailWithPeriod). So this means .Reports.* is in for a hefty breaking change to the C# API?
Beta Was this translation helpful? Give feedback.
All reactions