Microsoft Grpah Apo intune Mobile device and software

Ashwin Gupta 0 Reputation points
2024-05-10T13:52:48.3766667+00:00

i have requirements to pull mobile devices from MS intune using graph api,

i am able to pull manageddevies but not able

  1. find api which gives me application or s.w installed on moible device
  2. i tried deviceappmanagment api but not able to add filter in REST call
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,821 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,456 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 44,156 Reputation points Microsoft Vendor
    2024-05-13T05:23:15.8666667+00:00

    @Ashwin Gupta, Thanks for posting in Q&A. To get the app installed on one mobile devices, the API it uses is Get mobileAppIntentAndState

    URL :https://graph.microsoft.com/beta/users/{usersId}/mobileAppIntentAndStates/{mobileAppIntentAndStateId}

    User's image

    Alos, we can use Get mobileApp API to get the apps.

    https://learn.microsoft.com/en-us/graph/api/intune-apps-mobileapp-get?view=graph-rest-1.0&tabs=http

    For the deviceappmanagment api, you can use select to choose the app you want isntead.

    User's image

    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.