The OneNote API is used to interact with Microsoft OneNote programmatically.
Questions tagged [onenote-api]
329 questions
0
votes
1 answer
Making ajax request in MVC and calling ADAL
I have a requirement to call an action from a view. I have two ways of doing it:
By using ajax
By using HTML.ActionLink
I want to use ajax for some specific reasons. Now the issue is, the action which I am calling is using ADAL and therefore,…

Garima
- 401
- 5
- 29
0
votes
1 answer
How to find number of pages returned by a OneNote API search?
Is there any easy way to find the number of pages returned by a OneNote API search with GET?

Velojet
- 878
- 11
- 18
0
votes
1 answer
List Notebook Sections with OneNote API on SharePoint Online
When I try to list the sections of a notebook on SharePoint Online using the OneNote API (GET https://www.onenote.com/api/beta/myorganization/siteCollections/{site-collection-id}/sites/{site-id}/notes/notebooks/{notebook-id}/sections),
I get the…

Adrian
- 31
- 3
0
votes
0 answers
Q: Where can I find OneNote 2013 C/C++ header files?
I've searched the web, and can only find references to older version header files, such as Office 2007 and Office 2010. Are there header files for Office 2013?

Tam Bui
- 2,940
- 2
- 18
- 27
0
votes
1 answer
OneNote API - Subscribe to PageUpdates
I Understand that the OneNote API is a Rest API, but is there any way to subscribe to page changes (other than re querying the page and checking for changes manually).
If not is there any plans to create such mechanism?

Michal Ciechan
- 13,492
- 11
- 76
- 118
-1
votes
1 answer
OneNote API for sovereign network
I'm trying to test on the China sovereign network.
Using these 2 API endpoints for Authentication and Graph API.
https://login.chinacloudapi.cn, https://microsoftgraph.chinacloudapi.cn
Microsoft.Graph.GraphServiceClient graphClient =…

Locke
- 315
- 1
- 3
- 14
-1
votes
1 answer
How to read InkML file to image or text using C#
I am trying to read handwritten text in onenote from the APIs provided by microsoft. I am able to get the handwritten text from onenote as inkML. Unfortunately I am unable to read from the inkML to image/text.Please suggest some solutions or links…

Shash Gowda
- 29
- 4
-1
votes
1 answer
Error “The OneDriveForBusiness for this user account cannot be retrieved.” when accessing Microsoft OneNote with Graph API
This might look similar to this post, but has some unique aspects:
When I make an Api call to graph.microsoft.com/beta/users{user-id}/onenote/pages?top=5 to fetch onenote pages, I get the error "The OneDriveForBusiness for this user account cannot…

RTC
- 3
- 2
-1
votes
1 answer
Access onenote content from un-authenticated clients
Microsoft Office 365 has gotten heavy adoption in the public schools sector. I am writing an app that lets teachers communicate with parents about classroom activities, schedules, etc. using Onenote for content, and Outlook/Exchange calendars for…

regretoverflow
- 2,093
- 1
- 23
- 45
-1
votes
1 answer
How to set body for the content type multipart/form-data; boundary=NewPart for MSOneNote API using javascript
Have to send REST API request to MSOneNote create page via nodejs .
How can i set body of content type "multipart/form-data; boundary=NewPart"
Here is my request body sample
--NewPart
Content-Disposition: form-data;…

Shilpa
- 103
- 1
- 9
-1
votes
1 answer
Onenote Api embed OneNote Container to my website
Does anyone know if possible to embed OneNote Container editor on my website through API?

Nerxhan
- 311
- 2
- 10
-2
votes
1 answer
Onenote api. The service detected a request that exceeds the maximum recursive call limit and has aborted it
I saw somebody already posted the same issue long before and he said it's fixed, but now I am facing the same problem.
---> (Inner Exception #0) Microsoft.Graph.ServiceException: Code: 10019
Message: The service detected a request that exceeds the…

Locke
- 315
- 1
- 3
- 14
-2
votes
1 answer
OneNote JS API - How to add a page to a specific section by title
I want to add a page to a specific section, but the documentation only gives examples of how to call the current page ie
context.application.getActiveSection().addPage;
But i cannot figure out for the life of me how I would choose a specific page by…

Stephen B
- 3
- 3
-2
votes
2 answers
How can I share a Microsoft OneNote note/section/notebook between a list of emails using OneNote API, Office 365 API or OneDrive API in a MVC website?
I need to be able to create OneNote notes/sections/notebooks and to share them between a certain list of users from a Asp .NET MVC website. How could I do that?

Marius
- 1