api - Office 365 REST Api和Microsoft Graph之间的区别

标签 api office365 microsoft-graph-api office365api office365connectors

我想知道Office 365 REST API和Microsoft Graph之间的区别,因为我们可以为这两者找到相似的功能。

https://msdn.microsoft.com/en-us/office/office365/howto/rest-api-overview

以下是上方链接的文字:

Office 365 API functionality is also available through Microsoft Graph, a unified API that includes APIs from other Microsoft services such as Outlook, OneDrive, OneNote, Planner, and Office Graph, accessible through a single endpoint and with a single access token.



如果没有这种区别,您是否打算弃用其中的任何一个?

谢谢

最佳答案

Microsoft API是一种访问Office 365服务(如邮件,日历和.etc)的终结点解决方案。通过使用图形api,不再需要为不同的服务获取单独的 token 或为每个API调用不同的终结点。

Some features may be available on the individual service endpoints, but not yet on Microsoft Graph. We are working hard to bridge these gaps. If you require one of these features, you can use the individual endpoint in the meantime. Check the release notes for details on the Microsoft Graph features in preview and generally available.



有关详细信息,您可以引用文档Choosing your API endpoint

关于api - Office 365 REST Api和Microsoft Graph之间的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36278978/

相关文章:

api - 通过 API 的 Google 结帐发票

microsoft-graph-api - 在没有通知的情况下编辑/删除日历事件

c# - 尝试连接到 Microsoft Graph 时出现 "Failed to acquire token silently"错误

microsoft-graph-api - Microsoft Graph Webhook 缺少 ClientState

python - 监控 GET 请求 Python 的状态

node.js - 对 Pixellena Lux API 请求的 UnhandledPromiseRejectionWarning

database - 如何在 Julia 中管理凭据?

web-applications - 如何在 Appsource.Microsoft.com 上发布 "Web App"?

c# - 在 MSAL 中获取 EWS 的委托(delegate)权限,无需 PublicClientApplicationBuilder 和 AcquireTokenInteractive

JAVA Mail 和 Office 365 在连接时挂起