访问 onenote 内容
Access onenote content
我的用例是将onenote 集成到我们的应用程序中。我正在使用 https://msdn.microsoft.com/en-us/office/office365/howto/onenote-copy 中提到的文档。
要获得笔记本,会提到一些 url,例如 -
构造请求URI
要构造请求 URI,请从您平台的服务根 URL 开始:
OneDrive for Business 上的笔记本
/me/notes/
/users/{id}/notes/
SharePoint 站点笔记本
/myOrganization/siteCollections/{id}/sites/{id}/notes/
统一组笔记本
/myOrganization/groups/{id}/notes/
其中我能够成功访问https://www.onenote.com/api/v1.0/me/notes/。
其他 api 中的 id 呢?从那里我可以获得共享内容的用户的 groupId 或 userId。任何人都可以分享 link 文档,其中提到了所有这些事情的细节。
如有线索,我们将不胜感激。
要检索共享的 OneNote 内容,您可以使用 GetRecentNotebooks API (https://blogs.msdn.microsoft.com/onenotedev/2017/04/21/get-recent-notebooks-api/) 或 /me/notes/notebooks?includessharednotebooks=true
我的用例是将onenote 集成到我们的应用程序中。我正在使用 https://msdn.microsoft.com/en-us/office/office365/howto/onenote-copy 中提到的文档。
要获得笔记本,会提到一些 url,例如 -
构造请求URI
要构造请求 URI,请从您平台的服务根 URL 开始:
OneDrive for Business 上的笔记本 /me/notes/ /users/{id}/notes/
SharePoint 站点笔记本 /myOrganization/siteCollections/{id}/sites/{id}/notes/
统一组笔记本 /myOrganization/groups/{id}/notes/
其中我能够成功访问https://www.onenote.com/api/v1.0/me/notes/。
其他 api 中的 id 呢?从那里我可以获得共享内容的用户的 groupId 或 userId。任何人都可以分享 link 文档,其中提到了所有这些事情的细节。
如有线索,我们将不胜感激。
要检索共享的 OneNote 内容,您可以使用 GetRecentNotebooks API (https://blogs.msdn.microsoft.com/onenotedev/2017/04/21/get-recent-notebooks-api/) 或 /me/notes/notebooks?includessharednotebooks=true