Share via

Microsoft Graph API | select property not working on Export Intune reports using Graph APIs

idan ovadia 0 Reputation points
2025-08-27T08:22:20.3633333+00:00

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"
    ]

Microsoft Security | Microsoft Graph
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.