Forum Discussion
Pieterhancke
Jul 20, 2020Brass Contributor
Subscribe to or automate "App Protection Report: iOS, Android"
Hi, I am looking for a way to automate exporting the data of the App Protection reports. Is it possible to set up a subscription, schedule exports or get the data from Intune API/ Graph?
- Jul 20, 2020Here are the docs you will need: https://docs.microsoft.com/en-us/graph/api/resources/intune-mam-managedappstatus?view=graph-rest-1.0
Tip: the entire Intune portal is Graph based. So just used F12 with the network explorer to track graph calls
Thijs Lecomte
Jul 20, 2020Bronze Contributor
Here are the docs you will need: https://docs.microsoft.com/en-us/graph/api/resources/intune-mam-managedappstatus?view=graph-rest-1.0
Tip: the entire Intune portal is Graph based. So just used F12 with the network explorer to track graph calls
Tip: the entire Intune portal is Graph based. So just used F12 with the network explorer to track graph calls
- PieterhanckeJul 21, 2020Brass ContributorThank you - looked at the referenced article but did not know how to get the App ID - F12 hint was a great help.