Replies: 1 comment 1 reply
-
Hello, This is API call I use in Intune Manager. This should work in Graph Explorer as well.
Let me know how it goes. I also handle paging so all apps are returned. If you have a lot of apps it might only return first page without the Microsoft Store (New) apps. Check for '@odata.nextLink' value in the return. If that is set you need to call the url in that property to get the next page. Cheers! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @Micke-K
I wonder if you are able to help me find a part of code that is responsible for retrieving application list from tenant.
The thing is that the Intune Manager gets a whole response with Microsoft Store (new) apps included and when i try to retrieve those through different ps commands or even get method from microsoft graph explorer they are not listed. Wonder what is done differently.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions