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 try to use $expand with categories, I receive a 503 status response.
Here are the details:
This request works:
deviceAppManagement/mobileApps?$filter=(isof(‘microsoft.graph.win32LobApp‘) and isAssigned eq true)&$expand=assignments
This request does not work:
deviceAppManagement/mobileApps?$filter=(isof(‘microsoft.graph.win32LobApp‘) and isAssigned eq true)&$expand=categories
Is there support for expanding categories in Microsoft Intune using the Graph API?
Thank you!
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 try to use $expand with categories, I receive a 503 status response.Here are the details:This request works:deviceAppManagement/mobileApps?$filter=(isof(‘microsoft.graph.win32LobApp’) and isAssigned eq true)&$expand=assignmentsThis request does not work:deviceAppManagement/mobileApps?$filter=(isof(‘microsoft.graph.win32LobApp’) and isAssigned eq true)&$expand=categoriesIs there support for expanding categories in Microsoft Intune using the Graph API?Thank you! Read More