Implement expand functionality detectedApps -> managedDevices
Hi,
Could you please implement the expand functionality for managedDevices on the detectedApps?
So we could fetch the link between devices and apps in one statement, like so:
https://graph.microsoft.com/v1.0/deviceManagement/detectedApps?$expand=managedDevices
or only the id
https://graph.microsoft.com/v1.0/deviceManagement/detectedApps?$expand=managedDevices($select=id).
The other direction is also a possibility ofcourse:
https://graph.microsoft.com/beta/deviceManagement/managedDevices?$expand=detectedApps
Kind regards,
Peter
