OneNote API Reference
Find documentation about the OneNote API REST interface.
Last modified: September 15, 2014
Applies to: OneNote service
In this article
Root URI
/pages
/sections
/sectiongroups
/notebooks
Additional resources
The Microsoft OneNote API enables developers to create innovative, multi-platform apps that use OneNote and help people organize their life. This section provides reference material for the REST-based API. For platform-specific code examples, see the Develop with the OneNote API section.
Sections are collections of pages in a OneNote notebook.
|
Verb/Topic |
Description |
|---|---|
|
Creates a new section inside a specific notebook. |
|
|
Gets the sections to which a user has access. |
|
|
Gets the sections inside a specific notebook to which a user has access. |
|
|
Gets the sections inside a specific section group to which a user has access. |
|
|
Gets a specified section. |
Sections groups are collections of sections in a OneNote notebook.
|
Verb/Topic |
Description |
|---|---|
|
Gets the section groups to which the user has access. |
|
|
Gets the section groups inside a specific notebook to which a user has access. |
|
|
Gets the section groups inside a specific section group to which a user has access. |
|
|
Gets a specified section group. |