Posts by this author

Jul 21, 2017
0

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 OneN...

Office Add-ins
Jul 7, 2017
0

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 and O3...

Office Add-ins
Apr 21, 2017
0

Get Recent Notebooks API

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

Office Add-ins
Jan 24, 2017
0

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 consen...

Office Add-ins
Sep 11, 2016
0

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 Applications c...

Office Add-ins
Aug 31, 2016
0

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 extension f...

SharePoint Framework
May 23, 2016
0

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 of a pa...

Office Add-ins
Apr 1, 2016
0

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 Add-is...

Office Add-ins
Mar 22, 2016
0

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 OneNote p...

Office Add-ins
Feb 4, 2016
0

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: Here is a quick recipe for how to do this, followed by an example: ...

Office Add-ins