Office365 Sharepoint

时间:2016-03-14 07:04:23

标签: sharepoint sharepoint-2013 office365 office365api

应该使用哪组API来访问包含sharepoint2013和sharepoint2016的Office365 sharepoint。

已完成以下API 1)Sharepoint2013 REST API(https://msdn.microsoft.com/en-us/library/office/jj860569.aspx)。 2)OneDrive新API(https://github.com/OneDrive/onedrive-api-docs),通过它我们可以访问包含目录和文件的Directory文件夹。但目前API的重点是OneDrive个人和商业。

除此之外还有其他可以访问office365 sharepoint的API吗?

1 个答案:

答案 0 :(得分:0)

您可以使用SharePoint REST API在Sharepoint Online中检索,更新和管理数据,您可以从here找到代码示例和视频。

使用Graph API,您可以获取文件/用户/组,但SharePoint网站和列表尚未通过Microsoft Graph提供。

此外,您还可以使用SharePoint客户端对象模型(CSOM)来管理Sharepoint Online中的数据,请阅读以下文章:

Connect to SharePoint Online using Client Object Model