Share via

How to get a list of all applications on a device without "deviceStatuses"?

Lauren N 20 Reputation points
2023-06-21T00:23:59.98+00:00

I have been trying the endpoint:

https://graph.microsoft.com/beta/deviceAppManagement/mobileApps/{appId}/deviceStatuses

This worked for a few weeks before no longer working all of the sudden, and nothing in my code changed. I've heard some reports that this endpoint is gone now, but I can't find any other way to get the same information.

Is there any other way to get the same data as this endpoint with an endpoint that actually works?

All I need is a list of devices with an application or a list of applications on a device. The data retrieved should have the appId and the deviceId at the very least. Many other endpoints I have tried have not returned these values or return IDs in a totally different format (that I can't match to a known appId).

I feel like this should be way easier but I've tried like a thousand things and I just can't get the same data.

The closest I've gotten to what I need is using the https://graph.microsoft.com/beta/users/{userId}/mobileAppIntentAndStates/{deviceId} endpoint.

Microsoft Security | Intune | Application management
Microsoft Security | Intune | Other
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Answer accepted by question author
  1. Lu Dai-MSFT 28,531 Reputation points
    2023-06-21T02:01:23.8333333+00:00

    @Lauren N Thanks for posting in our Q&A.

    There may be something changed about this graph API. For graph issues, it is more related to intune develop scope. With Q&A limitation resource, what we know is limited. So, it is suggested to create a premier support ticket to get more accurate help. Here is the support link:

    https://learn.microsoft.com/en-us/mem/get-support#premier-and-unified-support-options

    Thanks for your understanding.


    If the answer is the right solution, 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.

    1 person found this answer helpful.
    0 comments No comments

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.