OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
231 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am currently working with Graph to query my company's OneNote content via the API. I want to be able to collect the webURL address for any given note I query. However, under the 'links' segment of the data returned, I simply get the base URL for onenote when querying either the section to list all pages, or the page itself:
This seems to be a bug; these fields are populated for sections, but for notes, are just these generic URLs,
"links": {
"oneNoteClientUrl": {
"href": "https://www.onenote.com/notebooks"
},
"oneNoteWebUrl": {
"href": "https://www.onenote.com/notebooks"
}
},