KosmoKrator

productivity

Microsoft OneNote MCP, CLI, and Lua Integration for AI Agents

Microsoft OneNote integration docs for AI agents: MCP gateway setup, Microsoft OneNote CLI commands, Lua API reference, credentials, and function schemas.

Microsoft OneNote for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
microsoft-onenote.microsoft_onenote_groups_get_onenote Read read 10 Get onenote from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote.
microsoft-onenote.microsoft_onenote_groups_update_onenote Write write 11 Update the navigation property onenote in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote.
microsoft-onenote.microsoft_onenote_groups_delete_onenote Write write 10 Delete navigation property onenote for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote.
microsoft-onenote.microsoft_onenote_groups_onenote_list_notebooks Read read 10 Get notebooks from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks.
microsoft-onenote.microsoft_onenote_groups_onenote_create_notebooks Write write 11 Create new navigation property to notebooks for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_count_4d2a Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/$count.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_notebook_from_web_url Read read 11 Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_recent_notebooks Read read 11 Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
microsoft-onenote.microsoft_onenote_groups_onenote_get_notebooks Read read 11 Get notebooks from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_update_notebooks Write write 12 Update the navigation property notebooks in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_delete_notebooks Write write 11 Delete navigation property notebooks for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_copy_notebook Read read 12 Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_section_groups Read read 11 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_section_groups Write write 12 Create new navigation property to sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_count_e27e Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_section_groups Read read 12 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_section_groups Write write 13 Update the navigation property sectionGroups in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_section_groups Write write 12 Delete navigation property sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_notebook Read read 12 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_section_group Read read 12 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_section_groups Read read 12 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_section_groups_get_count_e27e Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_section_groups Read read 13 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_sections Read read 12 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_create_sections Write write 13 Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_count_abc0 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_sections Read read 13 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_update_sections Write write 14 Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_delete_sections Write write 13 Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 14 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 14 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_list_pages Read read 13 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_create_pages Write write 14 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_count_6db1 Read read 13 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages Read read 14 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages Write write 15 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages Write write 14 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages_content Read read 14 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages_content Write write 15 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages_content Write write 14 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 15 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 15 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_notebook Read read 14 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_section Read read 14 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 14 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_notebook Read read 13 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_section_group Read read 13 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_sections Read read 11 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_sections Write write 12 Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_count_8678 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_sections Read read 12 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_sections Write write 13 Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_sections Write write 12 Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook Read read 13 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group Read read 13 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_list_pages Read read 12 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_create_pages Write write 13 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_count_9305 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages Read read 13 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages Write write 14 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages Write write 13 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages_content Read read 13 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages_content Write write 14 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages_content Write write 13 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section Read read 14 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 14 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_notebook Read read 13 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_section Read read 13 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview Read read 13 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_notebook Read read 12 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_section_group Read read 12 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_list_operations Read read 10 Get operations from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/operations.
microsoft-onenote.microsoft_onenote_groups_onenote_create_operations Write write 11 Create new navigation property to operations for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/operations.
microsoft-onenote.microsoft_onenote_groups_onenote_operations_get_count_b2ab Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/operations/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_get_operations Read read 11 Get operations from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_update_operations Write write 12 Update the navigation property operations in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_delete_operations Write write 11 Delete navigation property operations for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_list_pages Read read 10 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_create_pages Write write 11 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_count_8bf6 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_get_pages Read read 11 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_update_pages Write write 12 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages Write write 11 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_get_pages_content Read read 11 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_update_pages_content Write write 12 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages_content Write write 11 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_copy_to_section Read read 12 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_onenote_patch_content Read read 12 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_notebook Read read 11 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_section Read read 11 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_preview Read read 11 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_onenote_list_resources Read read 10 Get resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/resources.
microsoft-onenote.microsoft_onenote_groups_onenote_create_resources Write write 11 Create new navigation property to resources for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/resources.
microsoft-onenote.microsoft_onenote_groups_onenote_resources_get_count_b07f Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/resources/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_get_resources Read read 11 Get resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_update_resources Write write 12 Update the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources Write write 11 Delete navigation property resources for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_get_resources_content Read read 11 Get content for the navigation property resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_update_resources_content Write write 12 Update content for the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources_content Write write 11 Delete content for the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_list_section_groups Read read 10 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_onenote_create_section_groups Write write 11 Create new navigation property to sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_count_17b9 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_get_section_groups Read read 11 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_update_section_groups Write write 12 Update the navigation property sectionGroups in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_delete_section_groups Write write 11 Delete navigation property sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_notebook Read read 11 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_section_group Read read 11 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_section_groups Read read 11 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_section_groups_get_count_17b9 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_section_groups Read read 12 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_sections Read read 11 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_create_sections Write write 12 Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_count_4d99 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_sections Read read 12 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_update_sections Write write 13 Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_delete_sections Write write 12 Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 13 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 13 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_list_pages Read read 12 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_create_pages Write write 13 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_count_110b Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages Read read 13 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages Write write 14 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages Write write 13 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages_content Read read 13 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages_content Write write 14 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages_content Write write 13 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 14 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 14 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_notebook Read read 13 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_section Read read 13 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 13 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_notebook Read read 12 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_section_group Read read 12 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_list_sections Read read 10 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections.
microsoft-onenote.microsoft_onenote_groups_onenote_create_sections Write write 11 Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_count_0122 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_get_sections Read read 11 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_update_sections Write write 12 Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_delete_sections Write write 11 Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_notebook Read read 12 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_section_group Read read 12 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_list_pages Read read 11 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_create_pages Write write 12 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_count_375d Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages Read read 12 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages Write write 13 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages Write write 12 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages_content Read read 12 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages_content Write write 13 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages_content Write write 12 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_copy_to_section Read read 13 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 13 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_notebook Read read 12 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_section Read read 12 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_preview Read read 12 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_notebook Read read 11 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_section_group Read read 11 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_get_onenote Read read 12 Get onenote from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote.
microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_update_onenote Write write 13 Update the navigation property onenote in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote.
microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_delete_onenote Write write 12 Delete navigation property onenote for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote.
microsoft-onenote.microsoft_onenote_groups_sites_get_onenote Read read 11 Get onenote from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote.
microsoft-onenote.microsoft_onenote_groups_sites_update_onenote Write write 12 Update the navigation property onenote in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote.
microsoft-onenote.microsoft_onenote_groups_sites_delete_onenote Write write 11 Delete navigation property onenote for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_notebooks Read read 11 Get notebooks from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_notebooks Write write 12 Create new navigation property to notebooks for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_count_4d42 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/$count.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_notebook_from_web_url Read read 12 Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_recent_notebooks Read read 12 Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_notebooks Read read 12 Get notebooks from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_notebooks Write write 13 Update the navigation property notebooks in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_notebooks Write write 12 Delete navigation property notebooks for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_copy_notebook Read read 13 Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_section_groups Read read 12 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_section_groups Write write 13 Create new navigation property to sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_count_b8c2 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_section_groups Read read 13 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_section_groups Write write 14 Update the navigation property sectionGroups in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_section_groups Write write 13 Delete navigation property sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_notebook Read read 13 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_section_group Read read 13 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_section_groups Read read 13 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_section_groups_get_count_b8c2 Read read 13 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_section_groups Read read 14 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_sections Read read 13 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_create_sections Write write 14 Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_count_17fa Read read 13 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_sections Read read 14 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_update_sections Write write 15 Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_delete_sections Write write 14 Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 15 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 15 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_list_pages Read read 14 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_create_pages Write write 15 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_count_e302 Read read 14 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages Read read 15 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages Write write 16 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages Write write 15 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages_content Read read 15 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages_content Write write 16 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages_content Write write 15 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 16 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 16 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook Read read 15 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section Read read 15 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 15 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_notebook Read read 14 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_section_group Read read 14 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_sections Read read 12 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_sections Write write 13 Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_count_3eb3 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_sections Read read 13 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_sections Write write 14 Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_sections Write write 13 Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook Read read 14 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group Read read 14 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_list_pages Read read 13 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_create_pages Write write 14 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_count_8ff7 Read read 13 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages Read read 14 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages Write write 15 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages Write write 14 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages_content Read read 14 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages_content Write write 15 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages_content Write write 14 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section Read read 15 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 15 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_notebook Read read 14 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_section Read read 14 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview Read read 14 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_notebook Read read 13 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_section_group Read read 13 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_operations Read read 11 Get operations from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/operations.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_operations Write write 12 Create new navigation property to operations for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/operations.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_operations_get_count_c658 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/operations/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_operations Read read 12 Get operations from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_operations Write write 13 Update the navigation property operations in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_operations Write write 12 Delete navigation property operations for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_pages Read read 11 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_pages Write write 12 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_count_5751 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages Read read 12 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages Write write 13 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages Write write 12 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages_content Read read 12 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages_content Write write 13 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages_content Write write 12 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_copy_to_section Read read 13 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_onenote_patch_content Read read 13 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_notebook Read read 12 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_section Read read 12 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_preview Read read 12 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_resources Read read 11 Get resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/resources.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_resources Write write 12 Create new navigation property to resources for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/resources.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_resources_get_count_08d2 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/resources/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources Read read 12 Get resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources Write write 13 Update the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources Write write 12 Delete navigation property resources for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources_content Read read 12 Get content for the navigation property resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources_content Write write 13 Update content for the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources_content Write write 12 Delete content for the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_section_groups Read read 11 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_section_groups Write write 12 Create new navigation property to sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_count_c957 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_section_groups Read read 12 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_section_groups Write write 13 Update the navigation property sectionGroups in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_section_groups Write write 12 Delete navigation property sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_notebook Read read 12 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_section_group Read read 12 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_section_groups Read read 12 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_section_groups_get_count_c957 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_section_groups Read read 13 Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_sections Read read 12 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_create_sections Write write 13 Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_count_60a8 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_sections Read read 13 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_update_sections Write write 14 Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_delete_sections Write write 13 Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 14 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 14 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_list_pages Read read 13 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_create_pages Write write 14 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_count_f260 Read read 13 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages Read read 14 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages Write write 15 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages Write write 14 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages_content Read read 14 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages_content Write write 15 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages_content Write write 14 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 15 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 15 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_notebook Read read 14 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_section Read read 14 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 14 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_notebook Read read 13 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_section_group Read read 13 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_sections Read read 11 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_sections Write write 12 Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_count_361f Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_sections Read read 12 Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_sections Write write 13 Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_sections Write write 12 Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_notebook Read read 13 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_section_group Read read 13 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_list_pages Read read 12 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_create_pages Write write 13 Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_count_859e Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages Read read 13 Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages Write write 14 Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages Write write 13 Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages_content Read read 13 Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages_content Write write 14 Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages_content Write write 13 Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section Read read 14 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 14 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_notebook Read read 13 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_section Read read 13 Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview Read read 13 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_notebook Read read 12 Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_section_group Read read 12 Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_me_get_onenote Read read 9 Get onenote from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote.
microsoft-onenote.microsoft_onenote_me_update_onenote Write write 10 Update the navigation property onenote in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote.
microsoft-onenote.microsoft_onenote_me_delete_onenote Write write 9 Delete navigation property onenote for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote.
microsoft-onenote.microsoft_onenote_me_onenote_list_notebooks Read read 9 List notebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks.
microsoft-onenote.microsoft_onenote_me_onenote_create_notebooks Write write 10 Create notebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_count_6c1a Read read 9 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/$count.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_notebook_from_web_url Read read 10 Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/getNotebookFromWebUrl.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_recent_notebooks Read read 10 Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
microsoft-onenote.microsoft_onenote_me_onenote_get_notebooks Read read 10 Get notebook\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_me_onenote_update_notebooks Write write 11 Update the navigation property notebooks in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_me_onenote_delete_notebooks Write write 10 Delete navigation property notebooks for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_copy_notebook Read read 11 Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/copyNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_section_groups Read read 10 List sectionGroups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_section_groups Write write 11 Create sectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_count_ab55 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_section_groups Read read 11 Get sectionGroups from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_section_groups Write write 12 Update the navigation property sectionGroups in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_section_groups Write write 11 Delete navigation property sectionGroups for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_notebook Read read 11 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_section_group Read read 11 Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_section_groups Read read 11 Get sectionGroups from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_section_groups_get_count_ab55 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_section_groups Read read 12 Get sectionGroups from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_sections Read read 11 Get sections from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_create_sections Write write 12 Create new navigation property to sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_count_505d Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_sections Read read 12 Get sections from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_update_sections Write write 13 Update the navigation property sections in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_delete_sections Write write 12 Delete navigation property sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 13 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 13 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_list_pages Read read 12 Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_create_pages Write write 13 Create new navigation property to pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_count_85ea Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages Read read 13 Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages Write write 14 Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages Write write 13 Delete navigation property pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages_content Read read 13 Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages_content Write write 14 Update content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages_content Write write 13 Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 14 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 14 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_notebook Read read 13 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_section Read read 13 Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 13 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_notebook Read read 12 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_section_group Read read 12 Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_sections Read read 10 List sections\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_sections Write write 11 Create section\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_count_1a52 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/$count.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_sections Read read 11 Get sections from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_sections Write write 12 Update the navigation property sections in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_sections Write write 11 Delete navigation property sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook Read read 12 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group Read read 12 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_list_pages Read read 11 Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_create_pages Write write 12 Create new navigation property to pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_count_044d Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages Read read 12 Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages Write write 13 Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages Write write 12 Delete navigation property pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages_content Read read 12 Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages_content Write write 13 Update content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages_content Write write 12 Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section Read read 13 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 13 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_notebook Read read 12 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_section Read read 12 Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview Read read 12 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_notebook Read read 11 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_section_group Read read 11 Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_list_operations Read read 9 Get onenoteOperation\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/operations.
microsoft-onenote.microsoft_onenote_me_onenote_create_operations Write write 10 Create new navigation property to operations for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/operations.
microsoft-onenote.microsoft_onenote_me_onenote_operations_get_count_7b8c Read read 9 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/operations/$count.
microsoft-onenote.microsoft_onenote_me_onenote_get_operations Read read 10 Get onenoteOperation\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_me_onenote_update_operations Write write 11 Update the navigation property operations in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_me_onenote_delete_operations Write write 10 Delete navigation property operations for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_me_onenote_list_pages Read read 9 List onenotePages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages.
microsoft-onenote.microsoft_onenote_me_onenote_create_pages Write write 10 Create onenotePage\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/pages.
microsoft-onenote.microsoft_onenote_me_onenote_pages_get_count_d1a4 Read read 9 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/$count.
microsoft-onenote.microsoft_onenote_me_onenote_get_pages Read read 10 Get page\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_update_pages Write write 11 Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_delete_pages Write write 10 Delete page\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_get_pages_content Read read 10 Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_update_pages_content Write write 11 Update page\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_delete_pages_content Write write 10 Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_copy_to_section Read read 11 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_onenote_patch_content Read read 11 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_notebook Read read 10 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_section Read read 10 Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_preview Read read 10 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_me_onenote_list_resources Read read 9 Get resources from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/resources.
microsoft-onenote.microsoft_onenote_me_onenote_create_resources Write write 10 Create new navigation property to resources for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/resources.
microsoft-onenote.microsoft_onenote_me_onenote_resources_get_count_d3f1 Read read 9 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/resources/$count.
microsoft-onenote.microsoft_onenote_me_onenote_get_resources Read read 10 Get resources from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_me_onenote_update_resources Write write 11 Update the navigation property resources in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_me_onenote_delete_resources Write write 10 Delete navigation property resources for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_me_onenote_get_resources_content Read read 10 Get resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_update_resources_content Write write 11 Update content for the navigation property resources in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_delete_resources_content Write write 10 Delete content for the navigation property resources in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_list_section_groups Read read 9 List sectionGroups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_me_onenote_create_section_groups Write write 10 Create new navigation property to sectionGroups for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_count_e635 Read read 9 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_me_onenote_get_section_groups Read read 10 Get sectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_me_onenote_update_section_groups Write write 11 Update the navigation property sectionGroups in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_me_onenote_delete_section_groups Write write 10 Delete navigation property sectionGroups for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_notebook Read read 10 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_section_group Read read 10 Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_section_groups Read read 10 List sectionGroups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_groups_get_count_ef22 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_section_groups Read read 11 Get sectionGroups from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_sections Read read 10 List sections\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_create_sections Write write 11 Create section\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_count_fa35 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_sections Read read 11 Get sections from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_update_sections Write write 12 Update the navigation property sections in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_delete_sections Write write 11 Delete navigation property sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 12 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 12 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_list_pages Read read 11 Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_create_pages Write write 12 Create new navigation property to pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_count_e774 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages Read read 12 Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages Write write 13 Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages Write write 12 Delete navigation property pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages_content Read read 12 Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages_content Write write 13 Update content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages_content Write write 12 Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 13 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 13 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_notebook Read read 12 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_section Read read 12 Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 12 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_notebook Read read 11 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_section_group Read read 11 Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_list_sections Read read 9 List sections\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections.
microsoft-onenote.microsoft_onenote_me_onenote_create_sections Write write 10 Create new navigation property to sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections.
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_count_dbb4 Read read 9 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/$count.
microsoft-onenote.microsoft_onenote_me_onenote_get_sections Read read 10 Get section\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_update_sections Write write 11 Update the navigation property sections in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_delete_sections Write write 10 Delete navigation property sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_notebook Read read 11 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_section_group Read read 11 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_me_onenote_sections_list_pages Read read 10 List pages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_me_onenote_sections_create_pages Write write 11 Create page\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_count_bb75 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages Read read 11 Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages Write write 12 Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages Write write 11 Delete navigation property pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages_content Read read 11 Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages_content Write write 12 Update content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages_content Write write 11 Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_copy_to_section Read read 12 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 12 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_notebook Read read 11 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_section Read read 11 Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_preview Read read 11 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_notebook Read read 10 Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_section_group Read read 10 Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_sites_get_by_path_get_onenote Read read 11 Get onenote from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/getByPath(path='{path}')/onenote.
microsoft-onenote.microsoft_onenote_sites_get_by_path_update_onenote Write write 12 Update the navigation property onenote in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/getByPath(path='{path}')/onenote.
microsoft-onenote.microsoft_onenote_sites_get_by_path_delete_onenote Write write 11 Delete navigation property onenote for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/getByPath(path='{path}')/onenote.
microsoft-onenote.microsoft_onenote_sites_get_onenote Read read 10 Get onenote from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote.
microsoft-onenote.microsoft_onenote_sites_update_onenote Write write 11 Update the navigation property onenote in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote.
microsoft-onenote.microsoft_onenote_sites_delete_onenote Write write 10 Delete navigation property onenote for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote.
microsoft-onenote.microsoft_onenote_sites_onenote_list_notebooks Read read 10 Get notebooks from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks.
microsoft-onenote.microsoft_onenote_sites_onenote_create_notebooks Write write 11 Create new navigation property to notebooks for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_count_fb6b Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/$count.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_notebook_from_web_url Read read 11 Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_recent_notebooks Read read 11 Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
microsoft-onenote.microsoft_onenote_sites_onenote_get_notebooks Read read 11 Get notebooks from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_update_notebooks Write write 12 Update the navigation property notebooks in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_delete_notebooks Write write 11 Delete navigation property notebooks for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_copy_notebook Read read 12 Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_section_groups Read read 11 Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_section_groups Write write 12 Create new navigation property to sectionGroups for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_count_52f9 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_section_groups Read read 12 Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_section_groups Write write 13 Update the navigation property sectionGroups in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_section_groups Write write 12 Delete navigation property sectionGroups for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_notebook Read read 12 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_section_group Read read 12 Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_section_groups Read read 12 Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_section_groups_get_count_52f9 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_section_groups Read read 13 Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_sections Read read 12 Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_create_sections Write write 13 Create new navigation property to sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_count_26e6 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_sections Read read 13 Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_update_sections Write write 14 Update the navigation property sections in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_delete_sections Write write 13 Delete navigation property sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 14 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 14 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_list_pages Read read 13 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_create_pages Write write 14 Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_count_56bb Read read 13 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages Read read 14 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages Write write 15 Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_delete_pages Write write 14 Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages_content Read read 14 Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages_content Write write 15 Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 15 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 15 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook Read read 14 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section Read read 14 Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 14 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_notebook Read read 13 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_section_group Read read 13 Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_sections Read read 11 Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_sections Write write 12 Create new navigation property to sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_count_6101 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_sections Read read 12 Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_sections Write write 13 Update the navigation property sections in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_sections Write write 12 Delete navigation property sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook Read read 13 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group Read read 13 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_list_pages Read read 12 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_create_pages Write write 13 Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_count_9b53 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages Read read 13 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages Write write 14 Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_delete_pages Write write 13 Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages_content Read read 13 Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages_content Write write 14 Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section Read read 14 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 14 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_notebook Read read 13 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_section Read read 13 Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview Read read 13 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_notebook Read read 12 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_section_group Read read 12 Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_list_operations Read read 10 Get operations from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/operations.
microsoft-onenote.microsoft_onenote_sites_onenote_create_operations Write write 11 Create new navigation property to operations for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/operations.
microsoft-onenote.microsoft_onenote_sites_onenote_operations_get_count_eadd Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/operations/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_get_operations Read read 11 Get operations from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_update_operations Write write 12 Update the navigation property operations in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_delete_operations Write write 11 Delete navigation property operations for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_list_pages Read read 10 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_create_pages Write write 11 Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_count_bfb1 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_get_pages Read read 11 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_update_pages Write write 12 Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_delete_pages Write write 11 Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_get_pages_content Read read 11 Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_onenote_update_pages_content Write write 12 Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_copy_to_section Read read 12 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_onenote_patch_content Read read 12 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_notebook Read read 11 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_section Read read 11 Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_preview Read read 11 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_sites_onenote_list_resources Read read 10 Get resources from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/resources.
microsoft-onenote.microsoft_onenote_sites_onenote_create_resources Write write 11 Create new navigation property to resources for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/resources.
microsoft-onenote.microsoft_onenote_sites_onenote_resources_get_count_476e Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/resources/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_get_resources Read read 11 Get resources from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_update_resources Write write 12 Update the navigation property resources in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_delete_resources Write write 11 Delete navigation property resources for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_get_resources_content Read read 11 Get content for the navigation property resources from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_sites_onenote_update_resources_content Write write 12 Update content for the navigation property resources in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_sites_onenote_list_section_groups Read read 10 Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_sites_onenote_create_section_groups Write write 11 Create new navigation property to sectionGroups for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_count_2fdb Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_get_section_groups Read read 11 Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_update_section_groups Write write 12 Update the navigation property sectionGroups in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_delete_section_groups Write write 11 Delete navigation property sectionGroups for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_notebook Read read 11 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_section_group Read read 11 Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_section_groups Read read 11 Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_section_groups_get_count_2fdb Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_section_groups Read read 12 Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_sections Read read 11 Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_create_sections Write write 12 Create new navigation property to sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_count_2fbc Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_sections Read read 12 Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_update_sections Write write 13 Update the navigation property sections in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_delete_sections Write write 12 Delete navigation property sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 13 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 13 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_list_pages Read read 12 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_create_pages Write write 13 Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_count_9ecc Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages Read read 13 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages Write write 14 Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_delete_pages Write write 13 Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages_content Read read 13 Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages_content Write write 14 Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 14 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 14 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_notebook Read read 13 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_section Read read 13 Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 13 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_notebook Read read 12 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_section_group Read read 12 Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_list_sections Read read 10 Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections.
microsoft-onenote.microsoft_onenote_sites_onenote_create_sections Write write 11 Create new navigation property to sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_count_5061 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_get_sections Read read 11 Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_update_sections Write write 12 Update the navigation property sections in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_delete_sections Write write 11 Delete navigation property sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_notebook Read read 12 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_section_group Read read 12 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_list_pages Read read 11 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_create_pages Write write 12 Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_count_a33a Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages Read read 12 Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages Write write 13 Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_delete_pages Write write 12 Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages_content Read read 12 Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages_content Write write 13 Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section Read read 13 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 13 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_notebook Read read 12 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_section Read read 12 Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview Read read 12 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_notebook Read read 11 Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_section_group Read read 11 Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_users_get_onenote Read read 10 Get onenote from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote.
microsoft-onenote.microsoft_onenote_users_update_onenote Write write 11 Update the navigation property onenote in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote.
microsoft-onenote.microsoft_onenote_users_delete_onenote Write write 10 Delete navigation property onenote for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote.
microsoft-onenote.microsoft_onenote_users_onenote_list_notebooks Read read 10 Get notebooks from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks.
microsoft-onenote.microsoft_onenote_users_onenote_create_notebooks Write write 11 Create new navigation property to notebooks for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_count_af06 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/$count.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_notebook_from_web_url Read read 11 Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/getNotebookFromWebUrl.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_recent_notebooks Read read 11 Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
microsoft-onenote.microsoft_onenote_users_onenote_get_notebooks Read read 11 Get notebooks from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_users_onenote_update_notebooks Write write 12 Update the navigation property notebooks in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_users_onenote_delete_notebooks Write write 11 Delete navigation property notebooks for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_copy_notebook Read read 12 Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_section_groups Read read 11 Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_section_groups Write write 12 Create new navigation property to sectionGroups for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_count_2e9f Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_section_groups Read read 12 Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_section_groups Write write 13 Update the navigation property sectionGroups in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_section_groups Write write 12 Delete navigation property sectionGroups for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_notebook Read read 12 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_section_group Read read 12 Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_section_groups Read read 12 Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_section_groups_get_count_2e9f Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_section_groups Read read 13 Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_sections Read read 12 Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_create_sections Write write 13 Create new navigation property to sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_count_2e73 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_sections Read read 13 Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_update_sections Write write 14 Update the navigation property sections in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_delete_sections Write write 13 Delete navigation property sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 14 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 14 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_list_pages Read read 13 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_create_pages Write write 14 Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_count_a323 Read read 13 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages Read read 14 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages Write write 15 Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages Write write 14 Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages_content Read read 14 Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages_content Write write 15 Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages_content Write write 14 Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 15 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 15 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_notebook Read read 14 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_section Read read 14 Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 14 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_notebook Read read 13 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_section_group Read read 13 Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_sections Read read 11 Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_sections Write write 12 Create new navigation property to sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_count_2f79 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_sections Read read 12 Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_sections Write write 13 Update the navigation property sections in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_sections Write write 12 Delete navigation property sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook Read read 13 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group Read read 13 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_list_pages Read read 12 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_create_pages Write write 13 Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_count_c5e5 Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages Read read 13 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages Write write 14 Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages Write write 13 Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages_content Read read 13 Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages_content Write write 14 Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages_content Write write 13 Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section Read read 14 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 14 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_notebook Read read 13 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_section Read read 13 Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview Read read 13 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_notebook Read read 12 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_section_group Read read 12 Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_list_operations Read read 10 Get operations from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/operations.
microsoft-onenote.microsoft_onenote_users_onenote_create_operations Write write 11 Create new navigation property to operations for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/operations.
microsoft-onenote.microsoft_onenote_users_onenote_operations_get_count_adfa Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/operations/$count.
microsoft-onenote.microsoft_onenote_users_onenote_get_operations Read read 11 Get operations from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_users_onenote_update_operations Write write 12 Update the navigation property operations in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_users_onenote_delete_operations Write write 11 Delete navigation property operations for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/operations/{onenoteOperation-id}.
microsoft-onenote.microsoft_onenote_users_onenote_list_pages Read read 10 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages.
microsoft-onenote.microsoft_onenote_users_onenote_create_pages Write write 11 Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/pages.
microsoft-onenote.microsoft_onenote_users_onenote_pages_get_count_b080 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/$count.
microsoft-onenote.microsoft_onenote_users_onenote_get_pages Read read 11 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_update_pages Write write 12 Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_delete_pages Write write 11 Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_get_pages_content Read read 11 Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_update_pages_content Write write 12 Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_delete_pages_content Write write 11 Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_copy_to_section Read read 12 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_onenote_patch_content Read read 12 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_notebook Read read 11 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_section Read read 11 Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_preview Read read 11 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_users_onenote_list_resources Read read 10 Get resources from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/resources.
microsoft-onenote.microsoft_onenote_users_onenote_create_resources Write write 11 Create new navigation property to resources for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/resources.
microsoft-onenote.microsoft_onenote_users_onenote_resources_get_count_dba6 Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/resources/$count.
microsoft-onenote.microsoft_onenote_users_onenote_get_resources Read read 11 Get resources from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_users_onenote_update_resources Write write 12 Update the navigation property resources in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_users_onenote_delete_resources Write write 11 Delete navigation property resources for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/resources/{onenoteResource-id}.
microsoft-onenote.microsoft_onenote_users_onenote_get_resources_content Read read 11 Get content for the navigation property resources from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_update_resources_content Write write 12 Update content for the navigation property resources in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_delete_resources_content Write write 11 Delete content for the navigation property resources in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/resources/{onenoteResource-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_list_section_groups Read read 10 Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_users_onenote_create_section_groups Write write 11 Create new navigation property to sectionGroups for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_count_497a Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_users_onenote_get_section_groups Read read 11 Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_users_onenote_update_section_groups Write write 12 Update the navigation property sectionGroups in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_users_onenote_delete_section_groups Write write 11 Delete navigation property sectionGroups for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_notebook Read read 11 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_section_group Read read 11 Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_section_groups Read read 11 Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_section_groups_get_count_497a Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_section_groups Read read 12 Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_sections Read read 11 Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_create_sections Write write 12 Create new navigation property to sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_count_6826 Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_sections Read read 12 Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_update_sections Write write 13 Update the navigation property sections in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_delete_sections Write write 12 Delete navigation property sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook Read read 13 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group Read read 13 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_list_pages Read read 12 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_create_pages Write write 13 Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_count_dfde Read read 12 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages Read read 13 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages Write write 14 Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages Write write 13 Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages_content Read read 13 Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages_content Write write 14 Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages_content Write write 13 Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section Read read 14 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 14 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_notebook Read read 13 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_section Read read 13 Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview Read read 13 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_notebook Read read 12 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_section_group Read read 12 Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_list_sections Read read 10 Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections.
microsoft-onenote.microsoft_onenote_users_onenote_create_sections Write write 11 Create new navigation property to sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections.
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_count_8b0b Read read 10 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/$count.
microsoft-onenote.microsoft_onenote_users_onenote_get_sections Read read 11 Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_onenote_update_sections Write write 12 Update the navigation property sections in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_onenote_delete_sections Write write 11 Delete navigation property sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sections/{onenoteSection-id}.
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_notebook Read read 12 Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook.
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_section_group Read read 12 Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
microsoft-onenote.microsoft_onenote_users_onenote_sections_list_pages Read read 11 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_users_onenote_sections_create_pages Write write 12 Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/pages.
microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_count_17eb Read read 11 Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count.
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages Read read 12 Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages Write write 13 Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages Write write 12 Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages_content Read read 12 Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages_content Write write 13 Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages_content Write write 12 Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_copy_to_section Read read 13 Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content Read read 13 Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_notebook Read read 12 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_section Read read 12 Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_preview Read read 12 Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_notebook Read read 11 Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook.
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_section_group Read read 11 Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup.