Difference between revisions of "GraphAPI"
(Created page with "https://graph.microsoft.com Query Format: GraphURL (Static) | Version (v1.0 or Beta) | Specific entity type/resource, such as users, groups, devices, etc. | Optional Odata q...") |
|||
Line 14: | Line 14: | ||
https://developer.microsoft.com/en-us/graph/graph-explorer | https://developer.microsoft.com/en-us/graph/graph-explorer | ||
+ | |||
+ | Other: | ||
+ | https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/beta-overview | ||
+ | https://developer.microsoft.com/en-us/graph/docs/concepts/v1-overview | ||
+ | https://blogs.technet.microsoft.com/intunesupport/2016/10/04/using-the-microsoft-graph-api-to-access-data-in-microsoft-intune/ | ||
+ | https://365lab.net/2017/01/03/create-simple-powerbi-reports-for-intune-through-the-microsoft-graph/ |
Latest revision as of 18:35, 4 September 2018
Query Format:
GraphURL (Static) | Version (v1.0 or Beta) | Specific entity type/resource, such as users, groups, devices, etc. | Optional Odata query arguments: $filter, $top
https://graph.microsoft.com/v1.0/users?$filter=userPrincipalName eq 'bob@tenant.onmicrosoft.com'
Docs:
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/intune_graph_overview
Graph Explorer:
https://developer.microsoft.com/en-us/graph/graph-explorer
Other: https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/beta-overview https://developer.microsoft.com/en-us/graph/docs/concepts/v1-overview https://blogs.technet.microsoft.com/intunesupport/2016/10/04/using-the-microsoft-graph-api-to-access-data-in-microsoft-intune/ https://365lab.net/2017/01/03/create-simple-powerbi-reports-for-intune-through-the-microsoft-graph/