Microsoft OneNote
Manage notebooks, sections, and pages in Microsoft OneNote.
Authentication
This connector uses OAuth 2.0 authentication.
info
Set up your connection in the Abstra Console before using it in your workflows.
How to use
Using the Smart Chat
Execute the action "CHOOSE_ONE_ACTION_BELOW" from my connector "YOUR_CONNECTOR_NAME" using the params "PARAMS_HERE".
Using the Web Editor
from abstra.connectors import run_connection_action
result = run_connection_action(
connection_name="your_connection_name",
action_name="your_action_name",
params={
"param1": "value1",
"param2": "value2"
})
Available Actions
This connector provides 795 actions:
| Action | Purpose | Parameters |
|---|---|---|
| get_groups_by_group_id_onenote | Get onenote from groups | group-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote | Update the navigation property onenote in groups | group-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote | Delete navigation property onenote for groups | group-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_notebooks | The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_notebooks | Create new navigation property to notebooks for groups | group-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id | The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) notebook-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_notebooks_by_notebook_id | Update the navigation property notebooks in groups | group-id (string) notebook-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_notebooks_by_notebook_id | Delete navigation property notebooks for groups | group-id (string) notebook-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_copy_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) notebook-id (string) data: { . groupId (string) . renameAs (string) . notebookFolder (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups | The section groups in the notebook. Read-only. Nullable. | group-id (string) notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups | Create new navigation property to sectionGroups for groups | group-id (string) notebook-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | The section groups in the notebook. Read-only. Nullable. | group-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Update the navigation property sectionGroups in groups | group-id (string) notebook-id (string) sectionGroup-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Delete navigation property sectionGroups for groups | group-id (string) notebook-id (string) sectionGroup-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | group-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | group-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | group-id (string) notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | group-id (string) notebook-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | group-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | group-id (string) notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | Create new navigation property to sections for groups | group-id (string) notebook-id (string) sectionGroup-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in groups | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for groups | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for groups | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | group-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_count | Get the number of the resource | group-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_section_groups_count | Get the number of the resource | group-id (string) notebook-id (string) $search (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections | The sections in the notebook. Read-only. Nullable. | group-id (string) notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_sections | Create new navigation property to sections for groups | group-id (string) notebook-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | The sections in the notebook. Read-only. Nullable. | group-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Update the navigation property sections in groups | group-id (string) notebook-id (string) onenoteSection-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Delete navigation property sections for groups | group-id (string) notebook-id (string) onenoteSection-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | group-id (string) notebook-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for groups | group-id (string) notebook-id (string) onenoteSection-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | group-id (string) notebook-id (string) onenoteSection-id (string) $search (string) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | group-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | group-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_notebooks_by_notebook_id_sections_count | Get the number of the resource | group-id (string) notebook-id (string) $search (string) |
| get_groups_by_group_id_onenote_notebooks_count | Get the number of the resource | group-id (string) $search (string) |
| post_groups_by_group_id_onenote_notebooks_get_notebook_from_web_url | Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. | group-id (string) data: { . webUrl (string) } (object) required |
| get_groups_by_group_id_onenote_notebooks_get_recent_notebooks_include_personal_notebooks_by_include_personal_notebooks_ | Get a list of recentNotebook instances that have been accessed by the signed-in user. | group-id (string) includePersonalNotebooks (boolean) $top (integer) |
| get_groups_by_group_id_onenote_operations | The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. | group-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_operations | Create new navigation property to operations for groups | group-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_operations_by_onenote_operation_id | The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. | group-id (string) onenoteOperation-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_operations_by_onenote_operation_id | Update the navigation property operations in groups | group-id (string) onenoteOperation-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_operations_by_onenote_operation_id | Delete navigation property operations for groups | group-id (string) onenoteOperation-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_operations_count | Get the number of the resource | group-id (string) $search (string) |
| get_groups_by_group_id_onenote_pages | The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_pages | Create new navigation property to pages for groups | group-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_pages_by_onenote_page_id | The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) onenotePage-id (string) |
| put_groups_by_group_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_onenote_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) onenotePage-id (string) |
| get_groups_by_group_id_onenote_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_pages_count | Get the number of the resource | group-id (string) $search (string) |
| get_groups_by_group_id_onenote_resources | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | group-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_resources | Create new navigation property to resources for groups | group-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_resources_by_onenote_resource_id | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | group-id (string) onenoteResource-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_resources_by_onenote_resource_id | Update the navigation property resources in groups | group-id (string) onenoteResource-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_resources_by_onenote_resource_id | Delete navigation property resources for groups | group-id (string) onenoteResource-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_resources_by_onenote_resource_id_content | The content stream | group-id (string) onenoteResource-id (string) |
| put_groups_by_group_id_onenote_resources_by_onenote_resource_id_content | The content stream | group-id (string) onenoteResource-id (string) data (string) required |
| delete_groups_by_group_id_onenote_resources_by_onenote_resource_id_content | The content stream | group-id (string) onenoteResource-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_resources_count | Get the number of the resource | group-id (string) $search (string) |
| get_groups_by_group_id_onenote_section_groups | The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_section_groups | Create new navigation property to sectionGroups for groups | group-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id | The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_section_groups_by_section_group_id | Update the navigation property sectionGroups in groups | group-id (string) sectionGroup-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_section_groups_by_section_group_id | Delete navigation property sectionGroups for groups | group-id (string) sectionGroup-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | group-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | group-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | group-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | group-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | group-id (string) sectionGroup-id (string) $search (string) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | group-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_section_groups_by_section_group_id_sections | Create new navigation property to sections for groups | group-id (string) sectionGroup-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in groups | group-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for groups | group-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for groups | group-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | group-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | group-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_section_groups_by_section_group_id_sections_count | Get the number of the resource | group-id (string) sectionGroup-id (string) $search (string) |
| get_groups_by_group_id_onenote_section_groups_count | Get the number of the resource | group-id (string) $search (string) |
| get_groups_by_group_id_onenote_sections | The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_sections | Create new navigation property to sections for groups | group-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id | The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_sections_by_onenote_section_id | Update the navigation property sections in groups | group-id (string) onenoteSection-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_sections_by_onenote_section_id | Delete navigation property sections for groups | group-id (string) onenoteSection-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | group-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_onenote_sections_by_onenote_section_id_pages | Create new navigation property to pages for groups | group-id (string) onenoteSection-id (string) data (undefined) required |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | group-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_pages_count | Get the number of the resource | group-id (string) onenoteSection-id (string) $search (string) |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | group-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | group-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_onenote_sections_count | Get the number of the resource | group-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_get_by_path_path_by_path_onenote | Calls the OneNote service for notebook related operations. | group-id (string) site-id (string) path (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_get_by_path_path_by_path_onenote | Update the navigation property onenote in groups | group-id (string) site-id (string) path (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_get_by_path_path_by_path_onenote | Delete navigation property onenote for groups | group-id (string) site-id (string) path (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote | Calls the OneNote service for notebook related operations. | group-id (string) site-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote | Update the navigation property onenote in groups | group-id (string) site-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote | Delete navigation property onenote for groups | group-id (string) site-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks | The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks | Create new navigation property to notebooks for groups | group-id (string) site-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id | The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id | Update the navigation property notebooks in groups | group-id (string) site-id (string) notebook-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id | Delete navigation property notebooks for groups | group-id (string) site-id (string) notebook-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_copy_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) notebook-id (string) data: { . groupId (string) . renameAs (string) . notebookFolder (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups | The section groups in the notebook. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups | Create new navigation property to sectionGroups for groups | group-id (string) site-id (string) notebook-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | The section groups in the notebook. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Update the navigation property sectionGroups in groups | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Delete navigation property sectionGroups for groups | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | Create new navigation property to sections for groups | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in groups | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for groups | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for groups | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_count | Get the number of the resource | group-id (string) site-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_count | Get the number of the resource | group-id (string) site-id (string) notebook-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections | The sections in the notebook. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections | Create new navigation property to sections for groups | group-id (string) site-id (string) notebook-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | The sections in the notebook. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Update the navigation property sections in groups | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Delete navigation property sections for groups | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for groups | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | group-id (string) site-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_count | Get the number of the resource | group-id (string) site-id (string) notebook-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_count | Get the number of the resource | group-id (string) site-id (string) $search (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_notebooks_get_notebook_from_web_url | Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. | group-id (string) site-id (string) data: { . webUrl (string) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_notebooks_get_recent_notebooks_include_personal_notebooks_by_include_personal_notebooks_ | Get a list of recentNotebook instances that have been accessed by the signed-in user. | group-id (string) site-id (string) includePersonalNotebooks (boolean) $top (integer) |
| get_groups_by_group_id_sites_by_site_id_onenote_operations | The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. | group-id (string) site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_operations | Create new navigation property to operations for groups | group-id (string) site-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_operations_by_onenote_operation_id | The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. | group-id (string) site-id (string) onenoteOperation-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_operations_by_onenote_operation_id | Update the navigation property operations in groups | group-id (string) site-id (string) onenoteOperation-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_operations_by_onenote_operation_id | Delete navigation property operations for groups | group-id (string) site-id (string) onenoteOperation-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_operations_count | Get the number of the resource | group-id (string) site-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_pages | The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_pages | Create new navigation property to pages for groups | group-id (string) site-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id | The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) site-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) site-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) site-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) onenotePage-id (string) |
| put_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) site-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) site-id (string) onenotePage-id (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) site-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) site-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_pages_count | Get the number of the resource | group-id (string) site-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_resources | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | group-id (string) site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_resources | Create new navigation property to resources for groups | group-id (string) site-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_resources_by_onenote_resource_id | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | group-id (string) site-id (string) onenoteResource-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_resources_by_onenote_resource_id | Update the navigation property resources in groups | group-id (string) site-id (string) onenoteResource-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_resources_by_onenote_resource_id | Delete navigation property resources for groups | group-id (string) site-id (string) onenoteResource-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_resources_by_onenote_resource_id_content | The content stream | group-id (string) site-id (string) onenoteResource-id (string) |
| put_groups_by_group_id_sites_by_site_id_onenote_resources_by_onenote_resource_id_content | The content stream | group-id (string) site-id (string) onenoteResource-id (string) data (string) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_resources_by_onenote_resource_id_content | The content stream | group-id (string) site-id (string) onenoteResource-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_resources_count | Get the number of the resource | group-id (string) site-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups | The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_section_groups | Create new navigation property to sectionGroups for groups | group-id (string) site-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id | The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) site-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id | Update the navigation property sectionGroups in groups | group-id (string) site-id (string) sectionGroup-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id | Delete navigation property sectionGroups for groups | group-id (string) site-id (string) sectionGroup-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | group-id (string) site-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | group-id (string) site-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | group-id (string) site-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | group-id (string) site-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | group-id (string) site-id (string) sectionGroup-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | group-id (string) site-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections | Create new navigation property to sections for groups | group-id (string) site-id (string) sectionGroup-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in groups | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for groups | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for groups | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | group-id (string) site-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_count | Get the number of the resource | group-id (string) site-id (string) sectionGroup-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_section_groups_count | Get the number of the resource | group-id (string) site-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_sections | The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_sections | Create new navigation property to sections for groups | group-id (string) site-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id | The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | group-id (string) site-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id | Update the navigation property sections in groups | group-id (string) site-id (string) onenoteSection-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id | Delete navigation property sections for groups | group-id (string) site-id (string) onenoteSection-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | group-id (string) site-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages | Create new navigation property to pages for groups | group-id (string) site-id (string) onenoteSection-id (string) data (undefined) required |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in groups | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for groups | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | group-id (string) site-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_count | Get the number of the resource | group-id (string) site-id (string) onenoteSection-id (string) $search (string) |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | group-id (string) site-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | group-id (string) site-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_groups_by_group_id_sites_by_site_id_onenote_sections_count | Get the number of the resource | group-id (string) site-id (string) $search (string) |
| get_me_onenote | Get onenote from me | $select (array) $expand (array) |
| patch_me_onenote | Update the navigation property onenote in me | data (undefined) required |
| delete_me_onenote | Delete navigation property onenote for me | If-Match (string) |
| get_me_onenote_notebooks | Retrieve a list of notebook objects. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_notebooks | Create a new OneNote notebook. | data (undefined) required |
| get_me_onenote_notebooks_by_notebook_id | Retrieve the properties and relationships of a notebook object. | notebook-id (string) $select (array) $expand (array) |
| patch_me_onenote_notebooks_by_notebook_id | Update the navigation property notebooks in me | notebook-id (string) data (undefined) required |
| delete_me_onenote_notebooks_by_notebook_id | Delete navigation property notebooks for me | notebook-id (string) If-Match (string) |
| post_me_onenote_notebooks_by_notebook_id_copy_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | notebook-id (string) data: { . groupId (string) . renameAs (string) . notebookFolder (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_me_onenote_notebooks_by_notebook_id_section_groups | Retrieve a list of section groups from the specified notebook. | notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_notebooks_by_notebook_id_section_groups | Create a new section group in the specified notebook. | notebook-id (string) data (undefined) required |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | The section groups in the notebook. Read-only. Nullable. | notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Update the navigation property sectionGroups in me | notebook-id (string) sectionGroup-id (string) data (undefined) required |
| delete_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Delete navigation property sectionGroups for me | notebook-id (string) sectionGroup-id (string) If-Match (string) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | notebook-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | notebook-id (string) sectionGroup-id (string) $search (string) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | Create new navigation property to sections for me | notebook-id (string) sectionGroup-id (string) data (undefined) required |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in me | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for me | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for me | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in me | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for me | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_count | Get the number of the resource | notebook-id (string) sectionGroup-id (string) $search (string) |
| get_me_onenote_notebooks_by_notebook_id_section_groups_count | Get the number of the resource | notebook-id (string) $search (string) |
| get_me_onenote_notebooks_by_notebook_id_sections | Retrieve a list of onenoteSection objects from the specified notebook. | notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_notebooks_by_notebook_id_sections | Create a new onenoteSection in the specified notebook. | notebook-id (string) data (undefined) required |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | The sections in the notebook. Read-only. Nullable. | notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Update the navigation property sections in me | notebook-id (string) onenoteSection-id (string) data (undefined) required |
| delete_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Delete navigation property sections for me | notebook-id (string) onenoteSection-id (string) If-Match (string) |
| post_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | notebook-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for me | notebook-id (string) onenoteSection-id (string) data (undefined) required |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in me | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for me | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | notebook-id (string) onenoteSection-id (string) $search (string) |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_me_onenote_notebooks_by_notebook_id_sections_count | Get the number of the resource | notebook-id (string) $search (string) |
| get_me_onenote_notebooks_count | Get the number of the resource | $search (string) |
| post_me_onenote_notebooks_get_notebook_from_web_url | Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. | data: { . webUrl (string) } (object) required |
| get_me_onenote_notebooks_get_recent_notebooks_include_personal_notebooks_by_include_personal_notebooks_ | Get a list of recentNotebook instances that have been accessed by the signed-in user. | includePersonalNotebooks (boolean) $top (integer) |
| get_me_onenote_operations | Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error infor | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_operations | Create new navigation property to operations for me | data (undefined) required |
| get_me_onenote_operations_by_onenote_operation_id | Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error infor | onenoteOperation-id (string) $select (array) $expand (array) |
| patch_me_onenote_operations_by_onenote_operation_id | Update the navigation property operations in me | onenoteOperation-id (string) data (undefined) required |
| delete_me_onenote_operations_by_onenote_operation_id | Delete navigation property operations for me | onenoteOperation-id (string) If-Match (string) |
| get_me_onenote_operations_count | Get the number of the resource | $search (string) |
| get_me_onenote_pages | Retrieve a list of page objects. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_pages | Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. | data (undefined) required |
| get_me_onenote_pages_by_onenote_page_id | Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. | onenotePage-id (string) $select (array) $expand (array) |
| patch_me_onenote_pages_by_onenote_page_id | Update the navigation property pages in me | onenotePage-id (string) data (undefined) required |
| delete_me_onenote_pages_by_onenote_page_id | Delete a OneNote page. | onenotePage-id (string) If-Match (string) |
| get_me_onenote_pages_by_onenote_page_id_content | The page's HTML content. | onenotePage-id (string) |
| put_me_onenote_pages_by_onenote_page_id_content | Update the content of a OneNote page. | onenotePage-id (string) data (string) required |
| delete_me_onenote_pages_by_onenote_page_id_content | The page's HTML content. | onenotePage-id (string) If-Match (string) |
| post_me_onenote_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | onenotePage-id (string) data: { . commands (array) } (object) required |
| get_me_onenote_pages_by_onenote_page_id_preview_ | Invoke function preview | onenotePage-id (string) |
| get_me_onenote_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_pages_count | Get the number of the resource | $search (string) |
| get_me_onenote_resources | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_resources | Create new navigation property to resources for me | data (undefined) required |
| get_me_onenote_resources_by_onenote_resource_id | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | onenoteResource-id (string) $select (array) $expand (array) |
| patch_me_onenote_resources_by_onenote_resource_id | Update the navigation property resources in me | onenoteResource-id (string) data (undefined) required |
| delete_me_onenote_resources_by_onenote_resource_id | Delete navigation property resources for me | onenoteResource-id (string) If-Match (string) |
| get_me_onenote_resources_by_onenote_resource_id_content | Retrieve the binary data of a file or image resource object. | onenoteResource-id (string) |
| put_me_onenote_resources_by_onenote_resource_id_content | The content stream | onenoteResource-id (string) data (string) required |
| delete_me_onenote_resources_by_onenote_resource_id_content | The content stream | onenoteResource-id (string) If-Match (string) |
| get_me_onenote_resources_count | Get the number of the resource | $search (string) |
| get_me_onenote_section_groups | Retrieve a list of sectionGroup objects. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_section_groups | Create new navigation property to sectionGroups for me | data (undefined) required |
| get_me_onenote_section_groups_by_section_group_id | Retrieve the properties and relationships of a sectionGroup object. | sectionGroup-id (string) $select (array) $expand (array) |
| patch_me_onenote_section_groups_by_section_group_id | Update the navigation property sectionGroups in me | sectionGroup-id (string) data (undefined) required |
| delete_me_onenote_section_groups_by_section_group_id | Delete navigation property sectionGroups for me | sectionGroup-id (string) If-Match (string) |
| get_me_onenote_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | sectionGroup-id (string) $select (array) $expand (array) |
| get_me_onenote_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | sectionGroup-id (string) $select (array) $expand (array) |
| get_me_onenote_section_groups_by_section_group_id_section_groups | Retrieve a list of section groups from the specified section group. | sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_me_onenote_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_me_onenote_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | sectionGroup-id (string) $search (string) |
| get_me_onenote_section_groups_by_section_group_id_sections | Retrieve a list of onenoteSection objects from the specified section group. | sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_section_groups_by_section_group_id_sections | Create a new onenoteSection in the specified section group. | sectionGroup-id (string) data (undefined) required |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in me | sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for me | sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for me | sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in me | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for me | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_me_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_me_onenote_section_groups_by_section_group_id_sections_count | Get the number of the resource | sectionGroup-id (string) $search (string) |
| get_me_onenote_section_groups_count | Get the number of the resource | $search (string) |
| get_me_onenote_sections | Retrieve a list of onenoteSection objects. | $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_sections | Create new navigation property to sections for me | data (undefined) required |
| get_me_onenote_sections_by_onenote_section_id | Retrieve the properties and relationships of a onenoteSection object. | onenoteSection-id (string) $select (array) $expand (array) |
| patch_me_onenote_sections_by_onenote_section_id | Update the navigation property sections in me | onenoteSection-id (string) data (undefined) required |
| delete_me_onenote_sections_by_onenote_section_id | Delete navigation property sections for me | onenoteSection-id (string) If-Match (string) |
| post_me_onenote_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_me_onenote_sections_by_onenote_section_id_pages | Retrieve a list of page objects from the specified section. | onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_me_onenote_sections_by_onenote_section_id_pages | Create a new page in the specified section. | onenoteSection-id (string) data (undefined) required |
| get_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in me | onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for me | onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | onenoteSection-id (string) onenotePage-id (string) |
| put_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | onenoteSection-id (string) onenotePage-id (string) |
| get_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_me_onenote_sections_by_onenote_section_id_pages_count | Get the number of the resource | onenoteSection-id (string) $search (string) |
| get_me_onenote_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | onenoteSection-id (string) $select (array) $expand (array) |
| get_me_onenote_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | onenoteSection-id (string) $select (array) $expand (array) |
| get_me_onenote_sections_count | Get the number of the resource | $search (string) |
| get_sites_by_site_id_get_by_path_path_by_path_onenote | Calls the OneNote service for notebook related operations. | site-id (string) path (string) $select (array) $expand (array) |
| patch_sites_by_site_id_get_by_path_path_by_path_onenote | Update the navigation property onenote in sites | site-id (string) path (string) data (undefined) required |
| delete_sites_by_site_id_get_by_path_path_by_path_onenote | Delete navigation property onenote for sites | site-id (string) path (string) If-Match (string) |
| get_sites_by_site_id_onenote | Calls the OneNote service for notebook related operations. | site-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote | Update the navigation property onenote in sites | site-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote | Delete navigation property onenote for sites | site-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_notebooks | The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_notebooks | Create new navigation property to notebooks for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id | The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. | site-id (string) notebook-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_notebooks_by_notebook_id | Update the navigation property notebooks in sites | site-id (string) notebook-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_notebooks_by_notebook_id | Delete navigation property notebooks for sites | site-id (string) notebook-id (string) If-Match (string) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_copy_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) notebook-id (string) data: { . groupId (string) . renameAs (string) . notebookFolder (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups | The section groups in the notebook. Read-only. Nullable. | site-id (string) notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups | Create new navigation property to sectionGroups for sites | site-id (string) notebook-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | The section groups in the notebook. Read-only. Nullable. | site-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Update the navigation property sectionGroups in sites | site-id (string) notebook-id (string) sectionGroup-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Delete navigation property sectionGroups for sites | site-id (string) notebook-id (string) sectionGroup-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | site-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | site-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | site-id (string) notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | site-id (string) notebook-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | site-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | site-id (string) notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | Create new navigation property to sections for sites | site-id (string) notebook-id (string) sectionGroup-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in sites | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for sites | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for sites | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in sites | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for sites | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | site-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_count | Get the number of the resource | site-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_section_groups_count | Get the number of the resource | site-id (string) notebook-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections | The sections in the notebook. Read-only. Nullable. | site-id (string) notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections | Create new navigation property to sections for sites | site-id (string) notebook-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | The sections in the notebook. Read-only. Nullable. | site-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Update the navigation property sections in sites | site-id (string) notebook-id (string) onenoteSection-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Delete navigation property sections for sites | site-id (string) notebook-id (string) onenoteSection-id (string) If-Match (string) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | site-id (string) notebook-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for sites | site-id (string) notebook-id (string) onenoteSection-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in sites | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for sites | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | site-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | site-id (string) notebook-id (string) onenoteSection-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | site-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | site-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_notebooks_by_notebook_id_sections_count | Get the number of the resource | site-id (string) notebook-id (string) $search (string) |
| get_sites_by_site_id_onenote_notebooks_count | Get the number of the resource | site-id (string) $search (string) |
| post_sites_by_site_id_onenote_notebooks_get_notebook_from_web_url | Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. | site-id (string) data: { . webUrl (string) } (object) required |
| get_sites_by_site_id_onenote_notebooks_get_recent_notebooks_include_personal_notebooks_by_include_personal_notebooks_ | Get a list of recentNotebook instances that have been accessed by the signed-in user. | site-id (string) includePersonalNotebooks (boolean) $top (integer) |
| get_sites_by_site_id_onenote_operations | The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_operations | Create new navigation property to operations for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_operations_by_onenote_operation_id | The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. | site-id (string) onenoteOperation-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_operations_by_onenote_operation_id | Update the navigation property operations in sites | site-id (string) onenoteOperation-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_operations_by_onenote_operation_id | Delete navigation property operations for sites | site-id (string) onenoteOperation-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_operations_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_onenote_pages | The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_pages | Create new navigation property to pages for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id | The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | site-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_pages_by_onenote_page_id | Update the navigation property pages in sites | site-id (string) onenotePage-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_pages_by_onenote_page_id | Delete navigation property pages for sites | site-id (string) onenotePage-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) onenotePage-id (string) |
| put_sites_by_site_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) onenotePage-id (string) data (string) required |
| post_sites_by_site_id_onenote_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | site-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id_preview_ | Invoke function preview | site-id (string) onenotePage-id (string) |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | site-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | site-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_pages_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_onenote_resources | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_resources | Create new navigation property to resources for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_resources_by_onenote_resource_id | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | site-id (string) onenoteResource-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_resources_by_onenote_resource_id | Update the navigation property resources in sites | site-id (string) onenoteResource-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_resources_by_onenote_resource_id | Delete navigation property resources for sites | site-id (string) onenoteResource-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_resources_by_onenote_resource_id_content | The content stream | site-id (string) onenoteResource-id (string) |
| put_sites_by_site_id_onenote_resources_by_onenote_resource_id_content | The content stream | site-id (string) onenoteResource-id (string) data (string) required |
| get_sites_by_site_id_onenote_resources_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_onenote_section_groups | The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_section_groups | Create new navigation property to sectionGroups for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id | The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | site-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_section_groups_by_section_group_id | Update the navigation property sectionGroups in sites | site-id (string) sectionGroup-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_section_groups_by_section_group_id | Delete navigation property sectionGroups for sites | site-id (string) sectionGroup-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | site-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | site-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | site-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | site-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | site-id (string) sectionGroup-id (string) $search (string) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | site-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections | Create new navigation property to sections for sites | site-id (string) sectionGroup-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in sites | site-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for sites | site-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for sites | site-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in sites | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for sites | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | site-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | site-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_section_groups_by_section_group_id_sections_count | Get the number of the resource | site-id (string) sectionGroup-id (string) $search (string) |
| get_sites_by_site_id_onenote_section_groups_count | Get the number of the resource | site-id (string) $search (string) |
| get_sites_by_site_id_onenote_sections | The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | site-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_sections | Create new navigation property to sections for sites | site-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id | The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | site-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_sections_by_onenote_section_id | Update the navigation property sections in sites | site-id (string) onenoteSection-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_sections_by_onenote_section_id | Delete navigation property sections for sites | site-id (string) onenoteSection-id (string) If-Match (string) |
| post_sites_by_site_id_onenote_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | site-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_sites_by_site_id_onenote_sections_by_onenote_section_id_pages | Create new navigation property to pages for sites | site-id (string) onenoteSection-id (string) data (undefined) required |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | site-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in sites | site-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for sites | site-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | site-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| post_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | site-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | site-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | site-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | site-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | site-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_pages_count | Get the number of the resource | site-id (string) onenoteSection-id (string) $search (string) |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | site-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | site-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_sites_by_site_id_onenote_sections_count | Get the number of the resource | site-id (string) $search (string) |
| get_users_by_user_id_onenote | Get onenote from users | user-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote | Update the navigation property onenote in users | user-id (string) data (undefined) required |
| delete_users_by_user_id_onenote | Delete navigation property onenote for users | user-id (string) If-Match (string) |
| get_users_by_user_id_onenote_notebooks | The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. | user-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_notebooks | Create new navigation property to notebooks for users | user-id (string) data (undefined) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id | The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. | user-id (string) notebook-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_notebooks_by_notebook_id | Update the navigation property notebooks in users | user-id (string) notebook-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_notebooks_by_notebook_id | Delete navigation property notebooks for users | user-id (string) notebook-id (string) If-Match (string) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_copy_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) notebook-id (string) data: { . groupId (string) . renameAs (string) . notebookFolder (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups | The section groups in the notebook. Read-only. Nullable. | user-id (string) notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups | Create new navigation property to sectionGroups for users | user-id (string) notebook-id (string) data (undefined) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | The section groups in the notebook. Read-only. Nullable. | user-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Update the navigation property sectionGroups in users | user-id (string) notebook-id (string) sectionGroup-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id | Delete navigation property sectionGroups for users | user-id (string) notebook-id (string) sectionGroup-id (string) If-Match (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | user-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | user-id (string) notebook-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | user-id (string) notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | user-id (string) notebook-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | user-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | user-id (string) notebook-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections | Create new navigation property to sections for users | user-id (string) notebook-id (string) sectionGroup-id (string) data (undefined) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in users | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for users | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for users | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in users | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for users | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | user-id (string) notebook-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_by_section_group_id_sections_count | Get the number of the resource | user-id (string) notebook-id (string) sectionGroup-id (string) $search (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_section_groups_count | Get the number of the resource | user-id (string) notebook-id (string) $search (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections | The sections in the notebook. Read-only. Nullable. | user-id (string) notebook-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_sections | Create new navigation property to sections for users | user-id (string) notebook-id (string) data (undefined) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | The sections in the notebook. Read-only. Nullable. | user-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Update the navigation property sections in users | user-id (string) notebook-id (string) onenoteSection-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id | Delete navigation property sections for users | user-id (string) notebook-id (string) onenoteSection-id (string) If-Match (string) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) notebook-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | user-id (string) notebook-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for users | user-id (string) notebook-id (string) onenoteSection-id (string) data (undefined) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in users | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for users | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | user-id (string) notebook-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | user-id (string) notebook-id (string) onenoteSection-id (string) $search (string) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | user-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | user-id (string) notebook-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_notebooks_by_notebook_id_sections_count | Get the number of the resource | user-id (string) notebook-id (string) $search (string) |
| get_users_by_user_id_onenote_notebooks_count | Get the number of the resource | user-id (string) $search (string) |
| post_users_by_user_id_onenote_notebooks_get_notebook_from_web_url | Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. | user-id (string) data: { . webUrl (string) } (object) required |
| get_users_by_user_id_onenote_notebooks_get_recent_notebooks_include_personal_notebooks_by_include_personal_notebooks_ | Get a list of recentNotebook instances that have been accessed by the signed-in user. | user-id (string) includePersonalNotebooks (boolean) $top (integer) |
| get_users_by_user_id_onenote_operations | The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. | user-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_operations | Create new navigation property to operations for users | user-id (string) data (undefined) required |
| get_users_by_user_id_onenote_operations_by_onenote_operation_id | The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. | user-id (string) onenoteOperation-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_operations_by_onenote_operation_id | Update the navigation property operations in users | user-id (string) onenoteOperation-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_operations_by_onenote_operation_id | Delete navigation property operations for users | user-id (string) onenoteOperation-id (string) If-Match (string) |
| get_users_by_user_id_onenote_operations_count | Get the number of the resource | user-id (string) $search (string) |
| get_users_by_user_id_onenote_pages | The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | user-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_pages | Create new navigation property to pages for users | user-id (string) data (undefined) required |
| get_users_by_user_id_onenote_pages_by_onenote_page_id | The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | user-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_pages_by_onenote_page_id | Update the navigation property pages in users | user-id (string) onenotePage-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_pages_by_onenote_page_id | Delete navigation property pages for users | user-id (string) onenotePage-id (string) If-Match (string) |
| get_users_by_user_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) onenotePage-id (string) |
| put_users_by_user_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) onenotePage-id (string) data (string) required |
| delete_users_by_user_id_onenote_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) onenotePage-id (string) If-Match (string) |
| post_users_by_user_id_onenote_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | user-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_users_by_user_id_onenote_pages_by_onenote_page_id_preview_ | Invoke function preview | user-id (string) onenotePage-id (string) |
| get_users_by_user_id_onenote_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | user-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | user-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_pages_count | Get the number of the resource | user-id (string) $search (string) |
| get_users_by_user_id_onenote_resources | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | user-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_resources | Create new navigation property to resources for users | user-id (string) data (undefined) required |
| get_users_by_user_id_onenote_resources_by_onenote_resource_id | The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. | user-id (string) onenoteResource-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_resources_by_onenote_resource_id | Update the navigation property resources in users | user-id (string) onenoteResource-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_resources_by_onenote_resource_id | Delete navigation property resources for users | user-id (string) onenoteResource-id (string) If-Match (string) |
| get_users_by_user_id_onenote_resources_by_onenote_resource_id_content | The content stream | user-id (string) onenoteResource-id (string) |
| put_users_by_user_id_onenote_resources_by_onenote_resource_id_content | The content stream | user-id (string) onenoteResource-id (string) data (string) required |
| delete_users_by_user_id_onenote_resources_by_onenote_resource_id_content | The content stream | user-id (string) onenoteResource-id (string) If-Match (string) |
| get_users_by_user_id_onenote_resources_count | Get the number of the resource | user-id (string) $search (string) |
| get_users_by_user_id_onenote_section_groups | The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | user-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_section_groups | Create new navigation property to sectionGroups for users | user-id (string) data (undefined) required |
| get_users_by_user_id_onenote_section_groups_by_section_group_id | The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | user-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_section_groups_by_section_group_id | Update the navigation property sectionGroups in users | user-id (string) sectionGroup-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_section_groups_by_section_group_id | Delete navigation property sectionGroups for users | user-id (string) sectionGroup-id (string) If-Match (string) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_parent_notebook | The notebook that contains the section group. Read-only. | user-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_parent_section_group | The section group that contains the section group. Read-only. | user-id (string) sectionGroup-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_section_groups | The section groups in the section. Read-only. Nullable. | user-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_section_groups_by_section_group_id1 | The section groups in the section. Read-only. Nullable. | user-id (string) sectionGroup-id (string) sectionGroup-id1 (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_section_groups_count | Get the number of the resource | user-id (string) sectionGroup-id (string) $search (string) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections | The sections in the section group. Read-only. Nullable. | user-id (string) sectionGroup-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_section_groups_by_section_group_id_sections | Create new navigation property to sections for users | user-id (string) sectionGroup-id (string) data (undefined) required |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | The sections in the section group. Read-only. Nullable. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Update the navigation property sections in users | user-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id | Delete navigation property sections for users | user-id (string) sectionGroup-id (string) onenoteSection-id (string) If-Match (string) |
| post_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages | Create new navigation property to pages for users | user-id (string) sectionGroup-id (string) onenoteSection-id (string) data (undefined) required |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in users | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for users | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_pages_count | Get the number of the resource | user-id (string) sectionGroup-id (string) onenoteSection-id (string) $search (string) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | user-id (string) sectionGroup-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_section_groups_by_section_group_id_sections_count | Get the number of the resource | user-id (string) sectionGroup-id (string) $search (string) |
| get_users_by_user_id_onenote_section_groups_count | Get the number of the resource | user-id (string) $search (string) |
| get_users_by_user_id_onenote_sections | The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | user-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_sections | Create new navigation property to sections for users | user-id (string) data (undefined) required |
| get_users_by_user_id_onenote_sections_by_onenote_section_id | The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. | user-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_sections_by_onenote_section_id | Update the navigation property sections in users | user-id (string) onenoteSection-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_sections_by_onenote_section_id | Delete navigation property sections for users | user-id (string) onenoteSection-id (string) If-Match (string) |
| post_users_by_user_id_onenote_sections_by_onenote_section_id_copy_to_notebook | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_sections_by_onenote_section_id_copy_to_section_group | For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) onenoteSection-id (string) data: { . id (string) . groupId (string) . renameAs (string) . siteCollectionId (string) . siteId (string) } (object) required |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_pages | The collection of pages in the section. Read-only. Nullable. | user-id (string) onenoteSection-id (string) $top (integer) $orderby (array) $select (array) $expand (array) |
| post_users_by_user_id_onenote_sections_by_onenote_section_id_pages | Create new navigation property to pages for users | user-id (string) onenoteSection-id (string) data (undefined) required |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | The collection of pages in the section. Read-only. Nullable. | user-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| patch_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Update the navigation property pages in users | user-id (string) onenoteSection-id (string) onenotePage-id (string) data (undefined) required |
| delete_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id | Delete navigation property pages for users | user-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) onenoteSection-id (string) onenotePage-id (string) |
| put_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) onenoteSection-id (string) onenotePage-id (string) data (string) required |
| delete_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_content | The page's HTML content. | user-id (string) onenoteSection-id (string) onenotePage-id (string) If-Match (string) |
| post_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_copy_to_section | Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. | user-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . id (string) . groupId (string) . siteCollectionId (string) . siteId (string) } (object) required |
| post_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_onenote_patch_content | Invoke action onenotePatchContent | user-id (string) onenoteSection-id (string) onenotePage-id (string) data: { . commands (array) } (object) required |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_preview_ | Invoke function preview | user-id (string) onenoteSection-id (string) onenotePage-id (string) |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_notebook | The notebook that contains the page. Read-only. | user-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_pages_by_onenote_page_id_parent_section | The section that contains the page. Read-only. | user-id (string) onenoteSection-id (string) onenotePage-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_pages_count | Get the number of the resource | user-id (string) onenoteSection-id (string) $search (string) |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_parent_notebook | The notebook that contains the section. Read-only. | user-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_sections_by_onenote_section_id_parent_section_group | The section group that contains the section. Read-only. | user-id (string) onenoteSection-id (string) $select (array) $expand (array) |
| get_users_by_user_id_onenote_sections_count | Get the number of the resource | user-id (string) $search (string) |