Other Configuration Manager-related features and issues
What makes you say this isn't working?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to retrieve the software installation status from devicemanagement api .
can anyone please provide correct url or any other alternate solution to fix it.
Below is the url .
https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps/{0}/deviceStatuses?$filter=deviceId eq '{1}'
Other Configuration Manager-related features and issues
Other Intune-related topics, including unsupported scenarios and platform-specific behaviors
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Answer accepted by question author
What makes you say this isn't working?
deviceAppManagement is for apps you have setup as managed apps and their details.
You need to look for mobileAppIntentAndStates if you want to see the state of managed apps on the devices.
This would be for a specific user on a specific device.
https://graph.microsoft.com/beta/users/{userId}/mobileAppIntentAndStates/{managedDeviceId}
Example: https://graph.microsoft.com/beta/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/mobileAppIntentAndStates/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
If you want to get all apps for all users on the device, then use user 00000000-0000-0000-0000-000000000000