Reputation: 1
In our organization there are multiple shared personal notebooks. Because the API still doesn't return shared personal notebooks (as discussed here) we now get the notebooks via this URL https://www.onenote.com/api/beta/myOrganization/siteCollections/[guid1]/sites/[guid2]/notes/.
There are multiple notebooks shared with me, but when I call the API I get some notebooks returned (18 in total), but not all the notebooks in the folder that are shared with me, and some notebooks are returned that aren't in that folder.
I've retrieved the guid1 and guid2 by calling the https://www.onenote.com/api/v1.0/myOrganization/siteCollections/FromUrl(url='https://[org]-my.sharepoint.com/personal/[user]/Documents') API.
Is there another way to get all the available shared notebooks from a users personal OneDrive folder or even better all personal notebooks that are shared with me?
Upvotes: 0
Views: 128
Reputation: 538
There are 2 options:
Upvotes: 1