tools:microsoft_graph_api

Differences

This shows you the differences between two versions of the page.


Previous revision
tools:microsoft_graph_api [2023/10/26 13:58] (current) Henrik Yllemo
Line 1: Line 1:
 +====== Microsoft Graph ======
 +Microsoft Graph is the gateway to data and intelligence in Microsoft 365.
 +
 +Use the Microsoft Graph API to quickly build apps that connect to a wealth of resources, relationships, and intelligence, all through a single endpoint: https://graph.microsoft.com. For example, you can build custom dashboards, workflows, and apps that retrieve data for your organization. For more information, see the [[https://go.microsoft.com/fwlink/?linkid=849595|Microsoft Graph documentation]].
 +
 +
 +<jumbotron background=":office365:black.png" >
 +
 +{{ :tools:microsoft_graph_poem_by_almbok.com.mp4?400x400 |}}
 +
 +</jumbotron>
 +
 +<button type="info" icon="fa fa-map">[[https://developer.microsoft.com/en-us/graph/graph-explorer|Graph Explorer]]</button>
 +
 +<callout type="primary" title="What is Microsoft Graph?" icon="fa fa-question-circle">
 +
 +Microsoft Graph is an API (Application Programming Interface) provided by Microsoft that allows developers to access a wide range of Microsoft services and data using a single REST API endpoint. It provides a unified interface to data and intelligence across Microsoft 365 services, such as Office 365, SharePoint, OneDrive, Azure Active Directory, and more. Developers can use Microsoft Graph to build applications that can access, manipulate, and analyze data from these services.
 +
 +With Microsoft Graph, developers can access a variety of resources, including users, groups, messages, calendars, tasks, and files. The API also provides access to insights and analytics about how people work, such as the most frequently used documents and the busiest times of day.
 +
 +Microsoft Graph is useful for developers who are building applications that need to access data from multiple Microsoft services. By using Microsoft Graph, developers can reduce the complexity of their applications and make them more efficient.
 +
 +</callout> 
 +
 +{{:tools:microsoft_graph_knowledge_-_world_work_people.png|}}
 +
 +{{wp>Microsoft_Graph}}
 +
 +<jumbotron>
 +<WRAP group>
 +<WRAP row>
 +{{youtube>3RzdHookpbs?full}}
 +</WRAP>
 +<WRAP row>
 +<WRAP column right><fs 12px>Source: [[https://www.youtube.com|YouTube]]</fs></WRAP>
 +</WRAP>
 +</WRAP>
 +</jumbotron>
 +
 + 
 +
 +<callout type="primary" title="Related:">
 +  * [[tools:microsoft_graph_toolkit|Microsoft Graph Toolkit]]
 +  * [[microsoft:365:office365|Microsoft Office 365]]
 +  * [[sharepoint:sharepoint_articles|SharePoint Articles]]
 +  * [[microsoft:365:microsoft_search|Microsoft Search]]
 +</callout>
 +
 +<callout title="External links:">
 +  * https://docs.microsoft.com/en-us/graph/use-postman
 +  * https://developer.microsoft.com/en-us/graph/gallery/?filterBy=Videos
 +  * [[https://open.substack.com/pub/kashbox/p/microsoft-graph-is-the-multiverse|Microsoft Graph is the multiverse of AI -  Mark Kashman]] --- //substack.com | The KashBox //
 +  * [[https://learn.microsoft.com/en-gb/training/modules/msgraph-intro-overview/|What is Microsoft Graph?]] --- //learn.microsoft.com//
 +</callout> 
 +
 +
 +{{tag>tool   programming rss api copilot     }}