Forum Discussion
shambari
Aug 07, 2024Copper Contributor
Does Intune support expanding categories for mobile apps in the Graph API?
Hello everyone, I'm using the Graph API to list mobile apps. I successfully use the $expand parameter with assignments, and I receive the mobile apps along with their assignments. However, when I tr...
shambari
Aug 12, 2024Copper Contributor
thanks for replying, but what i'm looking for is to get catgeories of all mobileApps not only for a specific appId
Aug 12, 2024
I understand. I was referring to how you could see the request using Microsoft Graph X-Ray. And that it showed me how to use $expand=categories,assignments , did that do anything to your original request? (Change deviceAppManagement/mobileApps?$filter=(isof('microsoft.graph.win32LobApp') and isAssigned eq true)&$expand=assignments to deviceAppManagement/mobileApps?$filter=(isof('microsoft.graph.win32LobApp') and isAssigned eq true)&$expand=categories,assignments )
- shambariAug 12, 2024Copper Contributor