Forum Discussion
TorWC
May 01, 2025Copper Contributor
Get install apps on devices without having to query each app?
Is there a way to query installed apps on all devices rather than having to query each app to list which devices has it installed? I am able to get his working: https://graph.microsoft.com/v1.0/dev...
May 05, 2025
My Bad, No endpoint exists; detectedApps is not a child of managedDevices.
GET https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/{device-id}/detectedApps?$select=displayName, version
I believe as per current availability of MS Graph endpoints. We need to stick with your approach.