【发布时间】:2021-11-04 05:49:11
【问题描述】:
对于任何 SharePoint Online 列表中的附件项目,图表浏览器只能获取包含值“true”或“false”的 Attachments 属性。
使用 Rest API,我们可以轻松展开并抓取附加的链接。但是,使用 Graph Explorer 我们无法展开 Attachments 属性。
我在 Graph Explorer 中尝试过的以下查询:https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}
附件:真实
我们如何获取附件。
【问题讨论】:
-
Rest API 是什么意思? Sharepoint REST API?
标签: microsoft-graph-api sharepoint-online sharepoint-list