Relative Content

Tag Archive for c#azuremicrosoft-graph-api

C# Graph Beta get all Assignment Types with their Detection Rules for all Win32LobApps in 1 call

I’m try to get all MobileApps together with their Detection Rules in just 1 call to GraphAPI Beta. Using PostMan, sending 1 GET request https://graph.microsoft.com/beta/deviceAppManagement/mobileApps?$filter=isof('microsoft.graph.win32LobApp')&$top=1000 would return you a list of Top 100 MobileApps in JSON format. Each object would have a Detection Rules, containing various data which is not really the case when doing the same in C# using the Graph Beta library(at least to my knowledge).