【发布时间】:2021-03-18 18:32:55
【问题描述】:
我正在尝试使用 Graph API 和 C# 搜索 SharePoint 列表中的一项。
能够通过以下 GET 请求获取列表中的所有项目
https://graph.microsoft.com/v1.0/sites/myorganization.sharepoint.com,70e38521-b8bd-4008-98d3-f84721c55e0b,3338923b-2c65-45a9-bd70-941ac1345ca0/lists/24c9dc88-03f4-4aca-816c-acfcaf7b864d/items?expand=fields
我如何在下面的列表中搜索特定项目。
寻找 GET 请求格式。非常感谢您提前提供的帮助。
【问题讨论】:
标签: sharepoint microsoft-graph-api