OneNote API support

Post by this author

A few performance tips for using the OneNote API

Hello world, In StackOverflow and twitter, we often hear questions on how to make queries to the API faster. Here are a few recommendations: Always log the "X-CorrelationId", "Date" and "Request-Processing-Time" headers on the OneNote API response First - make sure you have the API's performance-related information logged. All requests to the...

OneNote Ink BETA Apis

Hello developers, For a while, we've been hearing that you are looking to create integrations that involve ink - however our REST API didn't support interactions with ink... until today. We're releasing APIs in beta that allow you to send/receive ink content in addition to normal content from OneNote - they work for both Microsoft accounts...

Get Recent Notebooks API

Hello, One of the most commonly used scenario in OneNote clients is to open your notebook, File => Open => Open Notebook (image) Or in some OneNote clients, there is a Home => More Notebooks dialog. (image) Or if you login to https://www.onenote.com you will see a list of Recent notebooks like this: (image) For all these ...

OneNote Service Scopes update

This is Sharad from EDU/OneNote team. This blog post is aimed at providing updates with respect to OneNote scopes and related changes in Azure Active Directory. We are enabling two new permissions (for Office 365) which will have wider access scope for OneNote resource. These scopes are available as delegate permission (not requiring admin...

OneNote API calls fail with a large number of items in a SharePoint document library

Hello world! Paresh Moradiya and Sri Srinivasan, members of the OneNote API team here. We've heard from some of you saying that you're running into issues when accessing SharePoint-hosted notebooks in very large document libraries. We have come up with some instructions on how you can eliminate these OneNote API failures. The problem ...

The Web Clipper Goes Open-Source

Hello! This week, we are excited to announce the open-sourcing of the OneNote Web Clipper under the MIT License. Install: https://www.onenote.com/clipper GitHub: https://github.com/OneNoteDev/WebClipper Wiki: https://github.com/OneNoteDev/WebClipper/wiki For those who are unfamiliar with the extension, the OneNote Web Clipper is an ...

Page Preview API

Hi OneNote Developers, A common scenario when using the OneNote API is to display a list of pages for the user to take action (for example, get some of their content into your app). Displaying only the page title communicates a limited amount of information about the page to the user. Certain OneNote clients display a more friendly version ...

Office Add-ins on OneNote Online (in Preview)

Hello OneNote developers! The OneNote Add-ins team is happy to announce OneNote Online support for the Office Add-in model (in Preview)! Soon you'll be able to develop add-ins for OneNote and make them available world-wide from the Office Store, or upload them to a Corporate Catalog for enterprise access. What's an Office Add-in? An Office ...

One time Authentication for Public Resource

Hi there, The current authentication mechanism is heavy for public image resources. When you retrieve a page content with authenticated token, the image URLs that are referenced still need to have OAuth token added whenever you request them. We heard people from UserVoice Forums want OneNote APIs support preAuthenticated image URLs from a ...

Change page level

Hi there, In this Beta API update we are allowing developers to change the indentation level for a page (aka page level) programmatically. For those of you who are unfamiliar with this feature, the following image shows how pages can be indented in three levels: (image) Here is a quick recipe for how to do this, followed by an example...