Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
On https://learn.microsoft.com/en-us/intune/intune-service/fundamentals/reports-export-graph-apis
When I add a select property to the JSON object, it does not work well with some of the columns
The columns that make the issue
"OS_loc",
"ComplianceState_loc",
"OwnerType_loc"
I think it's an update that makes on the api due to the params syntax that relates to "python" developers, different then the others that like in JAVA/C#/JS ...
for example
"select": [
"DeviceName",
"UPN",
"ComplianceState",
"OSVersion",
"OwnerType",
"OS",
"OS_loc",
"ComplianceState_loc",
"OwnerType_loc"
]
An API that connects multiple Microsoft services, enabling data access and automation across platforms