Could it be possible to open a shared notebook in UWP application? Currently, I am developing an application which has to open a Team Share Notebooks with read and write permissions to work in collaborative manner.
Edit
I have tried running "OneNoteServiceSamplesWinUniversal" from github and found the query "https://www.onenote.com/api/v1.0/me/notes/notebooks?$filter=userRole ne Microsoft.OneNote.Api.UserRole'Owner'" should return the shared notebook (after providing the appropriate bearer token); but it does not return any result. Note - When I added my account on Note (windows 10) application then it shows those notebooks which are shared to me.
Let me know if API returns those notebooks which are hosted on O365 account of enterprise?