2017-11-29 27 views
0

Microsoft Graph Apiを使用してSharepointサイトのコンテンツを検索できるSharepoint Webパーツを作成しています。私はリストとサブサイトを取得することができます グラフApiを使用して、どのようにサイトレベルで任意のコンテンツを検索するか分からない。 これが達成可能であれば、ポインタを探してください。Microsoft Graph API - Sharepointサイト上のコンテンツを検索

以下はここ https://graph.microsoft.com/v1.0/sites/tenants:/sites/sitename:/sites?search=subsitename https://graph.microsoft.com/v1.0/sites/tenants:/sites/sitecollection:/lists

答えて

0

https://graph.microsoft.com/v1.0/sites/tenants/lists?select=id,nameは例がリストアイテムの上にフィルタリングされたワーク・API呼び出しの一部です

https://graph.microsoft.com/v1.0/sites/myThing.sharepoint.com,ffffffff-ffff-ffff-ffff-ffffffffffff,12345678-1234-1234-1234-123456789012/lists/25dd5a71-69a9-44f8-b60f-ed16718eae54/items?expand=fields(select%3DTitle,ID,ContentType,myLookupID)&top=1000&filter=fields/ContentType eq 'My Page'

関連する問題