如何在 Microsoft Graph 的 JSON 响应中获取特定项目
How to get specific items in Microsoft Graph´s JSON response
您好,我在 OneNote 中使用 Microsoft Graph,当我提出以下请求时:https://graph.microsoft.com/v1.0/me/onenote/pages?$select=title,links
I get this response:
我不需要 "oneNoteClientUrl" 属性,所以我怎样才能只获得 "oneNoteWebUrl" 属性。
当我使用:页面时?搜索=项目&select=标题,链接。
我得到这个问题。
{
"error":{
"code": "10002",
"message": "The service is currently unavailable. Please try again later.",
"innerError":{
"request-id": "13535682-a12b-4127-935b-6601154c1416",
"date":“2017-05-31T21:38:04”
}
}
}
我读到 "search is available for consumer notebooks only"
如何获取内容和标题中包含特定字词的页面?
遗憾的是,API 尚不支持在 SharePoint 中搜索页面 - 仅在 OneDrive 消费者中。这是我们的雷达,但我们还没有这方面的任何 ETA。
我鼓励您为此 create/upvote 一个 uservoice 条目。
https://onenote.uservoice.com/forums/245490-onenote-developer-apis
您好,我在 OneNote 中使用 Microsoft Graph,当我提出以下请求时:https://graph.microsoft.com/v1.0/me/onenote/pages?$select=title,links
I get this response:
我不需要 "oneNoteClientUrl" 属性,所以我怎样才能只获得 "oneNoteWebUrl" 属性。
当我使用:页面时?搜索=项目&select=标题,链接。 我得到这个问题。
{ "error":{ "code": "10002", "message": "The service is currently unavailable. Please try again later.", "innerError":{ "request-id": "13535682-a12b-4127-935b-6601154c1416", "date":“2017-05-31T21:38:04” } } }
我读到 "search is available for consumer notebooks only"
如何获取内容和标题中包含特定字词的页面?
遗憾的是,API 尚不支持在 SharePoint 中搜索页面 - 仅在 OneDrive 消费者中。这是我们的雷达,但我们还没有这方面的任何 ETA。
我鼓励您为此 create/upvote 一个 uservoice 条目。 https://onenote.uservoice.com/forums/245490-onenote-developer-apis