SteveCl
SteveCl

Reputation: 4569

OneNote API with OneNote in SharePoint document library

Is there a way in the OneNote API (or Graph API) to interact with a OneNote document stored in a SharePoint document library somewhere?
Not the site notebook.

Thanks.

Upvotes: 1

Views: 692

Answers (2)

Sri Srinivasan
Sri Srinivasan

Reputation: 11

SharePoint document libraries are contained inside of a SharePoint site. The blog talks about working with any OneNote notebook in any document library on a SharePoint site. You need to know which site you want to work with first (either by URL or ids). Then you can query for notebooks on the site etc.

Upvotes: 1

Jorge Aguirre
Jorge Aguirre

Reputation: 2857

The OneNote API supports site-hosted notebooks. More details are in this blog post.

https://blogs.msdn.microsoft.com/onenotedev/2015/06/11/and-sharepoint-makes-three/

I'm not sure what you mean by SharePoint document library - isn't it the same as a SharePoint site?

Upvotes: 1

Related Questions