OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
202 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 leveraging the API in order to pull sections/pages. While the webURL and clientURL links items are populated when querying at the notebook level, once I get down to a section, or a page, the response is simply as follows:
"links": {
"oneNoteClientUrl": {
"href": "https://www.onenote.com/notebooks"
},
"oneNoteWebUrl": {
"href": "https://www.onenote.com/notebooks"
}
},
Even thought it's a valid section/page result, I cannot get it to return a valid URL for either the client or the web.
Two example calls that return the above:
https://graph.microsoft.com/v1.0/sites/{site-id}/onenote/sections/1-0003e5c3-9487-435c-9f3d-ae2fb49897fe/pages
https://graph.microsoft.com/v1.0/sites/{site-id}/onenote/pages/1-d73a7c5528e444ed8e1a4d1dc3279557!20-0003e5c3-9487-435c-9f3d-ae2fb49897fe/
This seems to clash with all available documentation I could find. A bug, perhaps?