对于SharePoint Online任何列表中的附件项,图形浏览器只能获取包含值为“ true”或“ false”的附件属性。
我无法获得附件图像,pdf,文本等的链接。
使用Rest API,我们可以轻松地扩展和获取附加的链接。但是,使用Graph Explorer,我们无法扩展Attachments属性。我需要帮助,我们如何使用Graph API在线获取SharePoint列表中的附件链接。
以下我在Graph Explorer中尝试过的查询: https://graph.microsoft.com/v1.0/sites/ {site-id} / lists / {list-id} / items / {item-id}
答案 0 :(得分:1)
很遗憾,尚不支持通过Microsoft Graph API检索ListItem
附件详细信息。
但是您可以为此事求助于SharePoint REST API,例如:
GET https://{tenant}.sharepoint.com/_api/web/lists/getbytitle('{list-title}')/items({item-id})?$expand=AttachmentFiles