简体   繁体   English

如何使用Office 365 API获取共享点站点数据?

[英]How to get share point sites data using office 365 api?

I am exploring Office 365 Api for accessing Files from the following links 我正在探索Office 365 Api通过以下链接访问文件

http://msdn.microsoft.com/en-us/office/office365/howto/common-file-tasks-client-library http://msdn.microsoft.com/zh-CN/office/office365/howto/common-file-tasks-client-library

I successfully get all the documents from my one drive but i want to know that how can i get data from sites or share point sites. 我从一个驱动器中成功获取了所有文档,但是我想知道如何从站点或共享点站点获取数据。 I search on Google a lot but unable to find any thing. 我在Google上进行了大量搜索,但找不到任何东西。

Here is the link of full rest api of office 365 files section rest operations 这是Office 365文件部分其余操作的完全其余api的链接

http://msdn.microsoft.com/en-us/office/office365/api/files-rest-operations http://msdn.microsoft.com/zh-CN/office/office365/api/files-rest-operations

Please guide me Thanks in advance 请指导我提前谢谢

If you are referring to accessing contents in default doc library of another SharePoint site, you could provide the site path as below. 如果您要访问另一个SharePoint网站的默认文档库中的内容,则可以提供以下网站路径。 It will point to the contents in the default doc library. 它将指向默认文档库中的内容。 The user should have sufficient level of access to the site. 用户应具有对该站点的足够访问权限。

SharePoint sites: https://{tenant}.sharepoint.com/{site-path}/_api/v1.0 SharePoint网站:https:// {tenant} .sharepoint.com / {site-path} /_api/v1.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM