Share via

Availability and Error Issues with Specific Microsoft Graph API

Tomoki Endo 40 Reputation points
2024-01-22T05:54:32.05+00:00

I am enquiring about the availability of a particular API:
https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps/{id}/deviceStatuses/
I consulted this document for guidance:
https://learn.microsoft.com/en-us/graph/api/resources/intune-graph-overview?view=graph-rest-1.0#using-the-microsoft-graph-api-for-intune
It suggested that the information can be accessed via the above API.
However, I encountered an error when I attempted to use it. I found similar issues reported online, for instance, this query:
https://learn.microsoft.com/en-us/answers/questions/1342449/ms-graph-api-for-status-of-installed-software-on-i
Am I possibly missing something in its usage?

Microsoft Security | Intune | Other
Microsoft Security | Microsoft Graph
0 comments No comments

Answer accepted by question author

Crystal-MSFT 54,311 Reputation points Microsoft External Staff
2024-01-23T01:25:28.8466667+00:00

@Tomoki Endo, Thanks for posting in Q&A. For the mobileAppInstallStatus resource type, it has been deprecated in May, 2023. So it is unavailable now.

https://learn.microsoft.com/en-us/graph/api/resources/intune-apps-mobileappinstallstatus?view=graph-rest-beta

Currently, we can use the following URL to query. You can see the details in the following link which I have listed the detailed query information:

Action: POST

URL: https://graph.microsoft.com/beta/deviceManagement/reports/getDeviceInstallStatusReport

https://learn.microsoft.com/en-us/answers/questions/1342449/ms-graph-api-for-status-of-installed-software-on-i

Hope the above information can help.


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.