Questions tagged [onenote-api]

The OneNote API is used to interact with Microsoft OneNote programmatically.

329 questions
0
votes
1 answer

OneNoteAPI Not Creating Pages

I used some code to implement the OneNote API found here on the OneNote API page, https://dev.onenote.com/docs#/reference/post-pages/v10menotessectionsidpages/post Here is the code I have so far in my Word Add In class: private void…
user8079314
0
votes
1 answer

OneNote API Create Page C#

I am trying to create new pages through the OneNote API. My question is, do I have to use the Live SDK to create a new page or can I just use the access token I got from my OneNote API Dekstop Applications? Here is the code I have for creating the…
user8079314
0
votes
1 answer

Rate booster for MS Graph API for Onenote

Do we have rate booster for MS Graph API. Any paid service or other option which allows a particular app to access large number of request for a particular user to access Onenote content using MS Graph API. Currently I get throttling exception very…
Pooja Dhannawat
  • 263
  • 2
  • 8
0
votes
1 answer

copying sections including pages in Onenote API

I've looked through here https://dev.onenote.com/. There doesn't seem to be an example of how to duplicate a section of Onenote. All I'm trying to do is take one section of onenote and replicate it 10 times. Right now, I'm just manually right…
jason
  • 3,811
  • 18
  • 92
  • 147
0
votes
1 answer

Programmatic Access to OneNote stored in Enterprise SharePoint

The company I work in has a OneNote notebook stored in the organization SharePoint site. I'll like to write an app that periodically accesses that notebook and do some processing on the content of it. All the example code I've found authenticate…
Ido Ran
  • 10,584
  • 17
  • 80
  • 143
0
votes
1 answer

Microsoft Graph API rate limit for retriving Onenote content

I am using MSGraph endpoints to access Onenote notebooks. Just wanted to understand what is rate limit per user . Secondly does this rate limit depends upon how you register your application with Microsoft application registration portal.
Purva
  • 37
  • 2
0
votes
2 answers

Tags in Onenote

I am syncing OneNote notebooks into my application using MS graph API. Onenote has few tags like To-Do, Important, Question etc. When I fetch html content for particular page these tags comes as data-tag like in -

Pooja Dhannawat
  • 263
  • 2
  • 8
0
votes
1 answer

Get list of deleted onenote notebooks/sections/pages

My appplication periodically sync data with Onenote. If some content is deleted after syncing for the first how I can get list of names of pages/sections/notebooks that are deleted. Currently I am comparing id's of pages/sections/notebooks that are…
Pooja Dhannawat
  • 263
  • 2
  • 8
0
votes
1 answer

Access onenote content

My use case is to integrate onenote in our application. I am using document mentioned at https://msdn.microsoft.com/en-us/office/office365/howto/onenote-copy. To get notebooks some url's are mentioned like - Construct the request URI To construct…
Purva
  • 37
  • 2
0
votes
2 answers

Can I use Azure v2.0 authentication to get access token for OneNote API

Currently I am referring to this link for generating the token - Token generation for using OneNote API Is it possible to use Azure v2.0 authentication principle and use that tokens to access OneNote api's which will ease out process for…
Pooja Dhannawat
  • 263
  • 2
  • 8
0
votes
1 answer

Microsoft graph webhook subscription for OneNote changes

Can I use MS graph webhook subscription to work with OneNote notebook changes ? To serve the purpose served by OneNote subscription described at
Pooja Dhannawat
  • 263
  • 2
  • 8
0
votes
1 answer

Onenote get page api issues

I have to read all pages from microsoft onenote irrespective of notebooks or sections. I am using GET https://www.onenote.com/api/v1.0/me/notes/pages with valid access token.I am not getting page content in the response. How can I get content while…
Pooja Dhannawat
  • 263
  • 2
  • 8
0
votes
0 answers

MS Graph call fails with 504 for Onenote page content in Europe region. Response with status: 504 Gateway Timeout for URL

We are getting response timeout for this call in Europe region, the same call works fine with South India data center. Response with status: 504 Gateway Timeout for URL:…
Deepak Sharma
  • 1,873
  • 10
  • 23
0
votes
1 answer

OneNote ClassNotebook data from REST API has wrong students list

I'm running OneNote add-in that use OneNote REST APIs. While investigating an issue from one of our user, I found the class notebook data from REST API only have one student in students field but the user said that there are more in OneNote app. …
dongseok0
  • 737
  • 2
  • 7
  • 18
0
votes
1 answer

OneNote Graph API Expose author information for individual edits

The OneNote Graph API allows the content of OneNote notebooks to be retreived. The section and sectionGroup resources have a lastModifiedBy and lastModifiedDate which gives us author and timestamp information. The OneNote application itself (both…
Peter Reay
  • 231
  • 5
  • 13