productivity
Microsoft OneNote MCP Gateway for AI Agents
Expose Microsoft OneNote tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.Microsoft OneNote MCP Gateway
Expose Microsoft OneNote to MCP clients with `kosmokrator mcp:serve --integration=microsoft-onenote`.
If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash kosmokrator mcp:gateway:install --integration=microsoft-onenote --write=deny --json {
"mcpServers": {
"kosmokrator-microsoft-onenote": {
"type": "stdio",
"command": "kosmo",
"args": [
"mcp:serve",
"--integration=microsoft-onenote",
"--write=deny"
]
}
}
} kosmokrator mcp:serve --integration=microsoft-onenote --write=deny Client Notes
Use one scoped MCP gateway entry, then adapt the config location to the client or framework.
MCP Tool Names
KosmoKrator exposes integration tools through the gateway with stable names.
| MCP tool | Source function | Type |
|---|---|---|
integration__microsoft_onenote__microsoft_onenote_groups_get_onenote | microsoft-onenote.microsoft_onenote_groups_get_onenote | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_update_onenote | microsoft-onenote.microsoft_onenote_groups_update_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_delete_onenote | microsoft-onenote.microsoft_onenote_groups_delete_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_list_notebooks | microsoft-onenote.microsoft_onenote_groups_onenote_list_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_create_notebooks | microsoft-onenote.microsoft_onenote_groups_onenote_create_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_get_count_4d2a | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_count_4d2a | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_get_notebook_from_web_url | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_notebook_from_web_url | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_get_recent_notebooks | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_recent_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_get_notebooks | microsoft-onenote.microsoft_onenote_groups_onenote_get_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_update_notebooks | microsoft-onenote.microsoft_onenote_groups_onenote_update_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_delete_notebooks | microsoft-onenote.microsoft_onenote_groups_onenote_delete_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_copy_notebook | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_copy_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_list_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_create_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_get_count_e27e | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_count_e27e | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_get_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_update_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_delete_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_section_groups_get_count_e27e | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_section_groups_get_count_e27e | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_list_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_create_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_count_abc0 | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_count_abc0 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_get_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_update_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_count_6db1 | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_count_6db1 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_list_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_create_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_get_count_8678 | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_count_8678 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_get_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_update_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_delete_sections | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_list_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_create_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_pages_get_count_9305 | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_count_9305 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_get_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_update_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_delete_pages | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_get_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_update_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_notebooks_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_list_operations | microsoft-onenote.microsoft_onenote_groups_onenote_list_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_create_operations | microsoft-onenote.microsoft_onenote_groups_onenote_create_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_operations_get_count_b2ab | microsoft-onenote.microsoft_onenote_groups_onenote_operations_get_count_b2ab | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_get_operations | microsoft-onenote.microsoft_onenote_groups_onenote_get_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_update_operations | microsoft-onenote.microsoft_onenote_groups_onenote_update_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_delete_operations | microsoft-onenote.microsoft_onenote_groups_onenote_delete_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_list_pages | microsoft-onenote.microsoft_onenote_groups_onenote_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_create_pages | microsoft-onenote.microsoft_onenote_groups_onenote_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_pages_get_count_8bf6 | microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_count_8bf6 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_get_pages | microsoft-onenote.microsoft_onenote_groups_onenote_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_update_pages | microsoft-onenote.microsoft_onenote_groups_onenote_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_delete_pages | microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_get_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_update_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_list_resources | microsoft-onenote.microsoft_onenote_groups_onenote_list_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_create_resources | microsoft-onenote.microsoft_onenote_groups_onenote_create_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_resources_get_count_b07f | microsoft-onenote.microsoft_onenote_groups_onenote_resources_get_count_b07f | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_get_resources | microsoft-onenote.microsoft_onenote_groups_onenote_get_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_update_resources | microsoft-onenote.microsoft_onenote_groups_onenote_update_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_delete_resources | microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_get_resources_content | microsoft-onenote.microsoft_onenote_groups_onenote_get_resources_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_update_resources_content | microsoft-onenote.microsoft_onenote_groups_onenote_update_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_delete_resources_content | microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_list_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_create_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_get_count_17b9 | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_count_17b9 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_get_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_update_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_delete_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_section_groups_get_count_17b9 | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_section_groups_get_count_17b9 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_list_sections | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_create_sections | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_get_count_4d99 | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_count_4d99 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_get_sections | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_update_sections | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_pages_get_count_110b | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_count_110b | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_list_sections | microsoft-onenote.microsoft_onenote_groups_onenote_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_create_sections | microsoft-onenote.microsoft_onenote_groups_onenote_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_get_count_0122 | microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_count_0122 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_get_sections | microsoft-onenote.microsoft_onenote_groups_onenote_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_update_sections | microsoft-onenote.microsoft_onenote_groups_onenote_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_delete_sections | microsoft-onenote.microsoft_onenote_groups_onenote_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_list_pages | microsoft-onenote.microsoft_onenote_groups_onenote_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_create_pages | microsoft-onenote.microsoft_onenote_groups_onenote_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_pages_get_count_375d | microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_count_375d | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_get_pages | microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_update_pages | microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_delete_pages | microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_get_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_update_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_onenote_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_get_by_path_get_onenote | microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_get_onenote | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_get_by_path_update_onenote | microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_update_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_get_by_path_delete_onenote | microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_delete_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_get_onenote | microsoft-onenote.microsoft_onenote_groups_sites_get_onenote | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_update_onenote | microsoft-onenote.microsoft_onenote_groups_sites_update_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_delete_onenote | microsoft-onenote.microsoft_onenote_groups_sites_delete_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_list_notebooks | microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_create_notebooks | microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_get_count_4d42 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_count_4d42 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_notebook_from_web_url | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_notebook_from_web_url | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_recent_notebooks | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_recent_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_get_notebooks | microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_update_notebooks | microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_delete_notebooks | microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_copy_notebook | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_copy_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_list_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_create_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_count_b8c2 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_count_b8c2 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_get_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_update_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_delete_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_section_groups_get_count_b8c2 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_section_groups_get_count_b8c2 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_create_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_count_17fa | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_count_17fa | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_update_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_count_e302 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_count_e302 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | 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 |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | 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 |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_list_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_create_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_get_count_3eb3 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_count_3eb3 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_get_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_update_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_delete_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_list_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_create_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_count_8ff7 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_count_8ff7 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_list_operations | microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_create_operations | microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_operations_get_count_c658 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_operations_get_count_c658 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_get_operations | microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_update_operations | microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_delete_operations | microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_list_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_create_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_pages_get_count_5751 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_count_5751 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_get_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_update_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_delete_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_get_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_update_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_list_resources | microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_create_resources | microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_resources_get_count_08d2 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_resources_get_count_08d2 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_get_resources | microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_update_resources | microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_delete_resources | microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_get_resources_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_update_resources_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_delete_resources_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_list_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_create_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_get_count_c957 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_count_c957 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_get_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_update_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_delete_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_section_groups_get_count_c957 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_section_groups_get_count_c957 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_list_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_create_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_get_count_60a8 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_count_60a8 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_get_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_update_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_count_f260 | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_count_f260 | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_list_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_create_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_get_count_361f | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_count_361f | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_get_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_update_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_delete_sections | microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_list_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_create_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_pages_get_count_859e | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_count_859e | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_get_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_update_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_delete_pages | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_get_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_update_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_groups_sites_onenote_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_get_onenote | microsoft-onenote.microsoft_onenote_me_get_onenote | Read read |
integration__microsoft_onenote__microsoft_onenote_me_update_onenote | microsoft-onenote.microsoft_onenote_me_update_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_me_delete_onenote | microsoft-onenote.microsoft_onenote_me_delete_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_list_notebooks | microsoft-onenote.microsoft_onenote_me_onenote_list_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_create_notebooks | microsoft-onenote.microsoft_onenote_me_onenote_create_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_get_count_6c1a | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_count_6c1a | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_get_notebook_from_web_url | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_notebook_from_web_url | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_get_recent_notebooks | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_recent_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_get_notebooks | microsoft-onenote.microsoft_onenote_me_onenote_get_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_update_notebooks | microsoft-onenote.microsoft_onenote_me_onenote_update_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_delete_notebooks | microsoft-onenote.microsoft_onenote_me_onenote_delete_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_copy_notebook | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_copy_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_list_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_create_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_get_count_ab55 | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_count_ab55 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_get_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_update_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_delete_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_section_groups_get_count_ab55 | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_section_groups_get_count_ab55 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_list_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_create_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_count_505d | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_count_505d | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_get_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_update_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_count_85ea | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_count_85ea | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_list_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_create_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_get_count_1a52 | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_count_1a52 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_get_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_update_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_delete_sections | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_list_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_create_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_pages_get_count_044d | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_count_044d | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_get_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_update_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_delete_pages | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_get_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_update_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_notebooks_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_list_operations | microsoft-onenote.microsoft_onenote_me_onenote_list_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_create_operations | microsoft-onenote.microsoft_onenote_me_onenote_create_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_operations_get_count_7b8c | microsoft-onenote.microsoft_onenote_me_onenote_operations_get_count_7b8c | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_get_operations | microsoft-onenote.microsoft_onenote_me_onenote_get_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_update_operations | microsoft-onenote.microsoft_onenote_me_onenote_update_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_delete_operations | microsoft-onenote.microsoft_onenote_me_onenote_delete_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_list_pages | microsoft-onenote.microsoft_onenote_me_onenote_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_create_pages | microsoft-onenote.microsoft_onenote_me_onenote_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_pages_get_count_d1a4 | microsoft-onenote.microsoft_onenote_me_onenote_pages_get_count_d1a4 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_get_pages | microsoft-onenote.microsoft_onenote_me_onenote_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_update_pages | microsoft-onenote.microsoft_onenote_me_onenote_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_delete_pages | microsoft-onenote.microsoft_onenote_me_onenote_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_get_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_update_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_delete_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_pages_get_parent_section | microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_list_resources | microsoft-onenote.microsoft_onenote_me_onenote_list_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_create_resources | microsoft-onenote.microsoft_onenote_me_onenote_create_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_resources_get_count_d3f1 | microsoft-onenote.microsoft_onenote_me_onenote_resources_get_count_d3f1 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_get_resources | microsoft-onenote.microsoft_onenote_me_onenote_get_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_update_resources | microsoft-onenote.microsoft_onenote_me_onenote_update_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_delete_resources | microsoft-onenote.microsoft_onenote_me_onenote_delete_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_get_resources_content | microsoft-onenote.microsoft_onenote_me_onenote_get_resources_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_update_resources_content | microsoft-onenote.microsoft_onenote_me_onenote_update_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_delete_resources_content | microsoft-onenote.microsoft_onenote_me_onenote_delete_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_list_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_create_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_get_count_e635 | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_count_e635 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_get_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_update_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_delete_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_section_groups_get_count_ef22 | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_groups_get_count_ef22 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_list_sections | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_create_sections | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_get_count_fa35 | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_count_fa35 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_get_sections | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_update_sections | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_pages_get_count_e774 | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_count_e774 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_list_sections | microsoft-onenote.microsoft_onenote_me_onenote_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_create_sections | microsoft-onenote.microsoft_onenote_me_onenote_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_get_count_dbb4 | microsoft-onenote.microsoft_onenote_me_onenote_sections_get_count_dbb4 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_get_sections | microsoft-onenote.microsoft_onenote_me_onenote_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_update_sections | microsoft-onenote.microsoft_onenote_me_onenote_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_delete_sections | microsoft-onenote.microsoft_onenote_me_onenote_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_list_pages | microsoft-onenote.microsoft_onenote_me_onenote_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_create_pages | microsoft-onenote.microsoft_onenote_me_onenote_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_pages_get_count_bb75 | microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_count_bb75 | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_get_pages | microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_update_pages | microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_delete_pages | microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_get_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_update_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_me_onenote_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_get_by_path_get_onenote | microsoft-onenote.microsoft_onenote_sites_get_by_path_get_onenote | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_get_by_path_update_onenote | microsoft-onenote.microsoft_onenote_sites_get_by_path_update_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_get_by_path_delete_onenote | microsoft-onenote.microsoft_onenote_sites_get_by_path_delete_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_get_onenote | microsoft-onenote.microsoft_onenote_sites_get_onenote | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_update_onenote | microsoft-onenote.microsoft_onenote_sites_update_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_delete_onenote | microsoft-onenote.microsoft_onenote_sites_delete_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_list_notebooks | microsoft-onenote.microsoft_onenote_sites_onenote_list_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_create_notebooks | microsoft-onenote.microsoft_onenote_sites_onenote_create_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_get_count_fb6b | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_count_fb6b | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_get_notebook_from_web_url | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_notebook_from_web_url | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_get_recent_notebooks | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_recent_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_get_notebooks | microsoft-onenote.microsoft_onenote_sites_onenote_get_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_update_notebooks | microsoft-onenote.microsoft_onenote_sites_onenote_update_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_delete_notebooks | microsoft-onenote.microsoft_onenote_sites_onenote_delete_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_copy_notebook | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_copy_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_list_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_create_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_get_count_52f9 | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_count_52f9 | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_get_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_update_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_delete_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_section_groups_get_count_52f9 | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_section_groups_get_count_52f9 | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_list_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_create_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_count_26e6 | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_count_26e6 | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_get_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_update_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_count_56bb | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_count_56bb | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_list_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_create_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_get_count_6101 | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_count_6101 | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_get_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_update_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_delete_sections | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_list_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_create_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_pages_get_count_9b53 | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_count_9b53 | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_get_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_update_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_delete_pages | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_get_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_update_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_notebooks_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_list_operations | microsoft-onenote.microsoft_onenote_sites_onenote_list_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_create_operations | microsoft-onenote.microsoft_onenote_sites_onenote_create_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_operations_get_count_eadd | microsoft-onenote.microsoft_onenote_sites_onenote_operations_get_count_eadd | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_get_operations | microsoft-onenote.microsoft_onenote_sites_onenote_get_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_update_operations | microsoft-onenote.microsoft_onenote_sites_onenote_update_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_delete_operations | microsoft-onenote.microsoft_onenote_sites_onenote_delete_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_list_pages | microsoft-onenote.microsoft_onenote_sites_onenote_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_create_pages | microsoft-onenote.microsoft_onenote_sites_onenote_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_pages_get_count_bfb1 | microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_count_bfb1 | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_get_pages | microsoft-onenote.microsoft_onenote_sites_onenote_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_update_pages | microsoft-onenote.microsoft_onenote_sites_onenote_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_delete_pages | microsoft-onenote.microsoft_onenote_sites_onenote_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_get_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_update_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_pages_get_parent_section | microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_list_resources | microsoft-onenote.microsoft_onenote_sites_onenote_list_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_create_resources | microsoft-onenote.microsoft_onenote_sites_onenote_create_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_resources_get_count_476e | microsoft-onenote.microsoft_onenote_sites_onenote_resources_get_count_476e | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_get_resources | microsoft-onenote.microsoft_onenote_sites_onenote_get_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_update_resources | microsoft-onenote.microsoft_onenote_sites_onenote_update_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_delete_resources | microsoft-onenote.microsoft_onenote_sites_onenote_delete_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_get_resources_content | microsoft-onenote.microsoft_onenote_sites_onenote_get_resources_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_update_resources_content | microsoft-onenote.microsoft_onenote_sites_onenote_update_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_list_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_create_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_get_count_2fdb | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_count_2fdb | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_get_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_update_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_delete_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_section_groups_get_count_2fdb | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_section_groups_get_count_2fdb | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_list_sections | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_create_sections | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_get_count_2fbc | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_count_2fbc | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_get_sections | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_update_sections | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_pages_get_count_9ecc | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_count_9ecc | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_list_sections | microsoft-onenote.microsoft_onenote_sites_onenote_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_create_sections | microsoft-onenote.microsoft_onenote_sites_onenote_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_get_count_5061 | microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_count_5061 | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_get_sections | microsoft-onenote.microsoft_onenote_sites_onenote_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_update_sections | microsoft-onenote.microsoft_onenote_sites_onenote_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_delete_sections | microsoft-onenote.microsoft_onenote_sites_onenote_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_list_pages | microsoft-onenote.microsoft_onenote_sites_onenote_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_create_pages | microsoft-onenote.microsoft_onenote_sites_onenote_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_pages_get_count_a33a | microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_count_a33a | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_get_pages | microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_update_pages | microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_delete_pages | microsoft-onenote.microsoft_onenote_sites_onenote_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_get_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_update_pages_content | microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_sites_onenote_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_get_onenote | microsoft-onenote.microsoft_onenote_users_get_onenote | Read read |
integration__microsoft_onenote__microsoft_onenote_users_update_onenote | microsoft-onenote.microsoft_onenote_users_update_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_users_delete_onenote | microsoft-onenote.microsoft_onenote_users_delete_onenote | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_list_notebooks | microsoft-onenote.microsoft_onenote_users_onenote_list_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_create_notebooks | microsoft-onenote.microsoft_onenote_users_onenote_create_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_get_count_af06 | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_count_af06 | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_get_notebook_from_web_url | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_notebook_from_web_url | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_get_recent_notebooks | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_recent_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_get_notebooks | microsoft-onenote.microsoft_onenote_users_onenote_get_notebooks | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_update_notebooks | microsoft-onenote.microsoft_onenote_users_onenote_update_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_delete_notebooks | microsoft-onenote.microsoft_onenote_users_onenote_delete_notebooks | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_copy_notebook | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_copy_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_list_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_create_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_get_count_2e9f | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_count_2e9f | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_get_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_update_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_delete_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_section_groups_get_count_2e9f | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_section_groups_get_count_2e9f | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_list_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_create_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_count_2e73 | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_count_2e73 | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_get_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_update_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_count_a323 | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_count_a323 | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_list_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_create_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_get_count_2f79 | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_count_2f79 | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_get_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_update_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_delete_sections | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_list_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_create_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_pages_get_count_c5e5 | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_count_c5e5 | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_get_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_update_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_delete_pages | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_get_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_update_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_notebooks_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_list_operations | microsoft-onenote.microsoft_onenote_users_onenote_list_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_create_operations | microsoft-onenote.microsoft_onenote_users_onenote_create_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_operations_get_count_adfa | microsoft-onenote.microsoft_onenote_users_onenote_operations_get_count_adfa | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_get_operations | microsoft-onenote.microsoft_onenote_users_onenote_get_operations | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_update_operations | microsoft-onenote.microsoft_onenote_users_onenote_update_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_delete_operations | microsoft-onenote.microsoft_onenote_users_onenote_delete_operations | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_list_pages | microsoft-onenote.microsoft_onenote_users_onenote_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_create_pages | microsoft-onenote.microsoft_onenote_users_onenote_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_pages_get_count_b080 | microsoft-onenote.microsoft_onenote_users_onenote_pages_get_count_b080 | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_get_pages | microsoft-onenote.microsoft_onenote_users_onenote_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_update_pages | microsoft-onenote.microsoft_onenote_users_onenote_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_delete_pages | microsoft-onenote.microsoft_onenote_users_onenote_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_get_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_update_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_delete_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_pages_get_parent_section | microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_list_resources | microsoft-onenote.microsoft_onenote_users_onenote_list_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_create_resources | microsoft-onenote.microsoft_onenote_users_onenote_create_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_resources_get_count_dba6 | microsoft-onenote.microsoft_onenote_users_onenote_resources_get_count_dba6 | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_get_resources | microsoft-onenote.microsoft_onenote_users_onenote_get_resources | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_update_resources | microsoft-onenote.microsoft_onenote_users_onenote_update_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_delete_resources | microsoft-onenote.microsoft_onenote_users_onenote_delete_resources | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_get_resources_content | microsoft-onenote.microsoft_onenote_users_onenote_get_resources_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_update_resources_content | microsoft-onenote.microsoft_onenote_users_onenote_update_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_delete_resources_content | microsoft-onenote.microsoft_onenote_users_onenote_delete_resources_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_list_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_create_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_create_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_get_count_497a | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_count_497a | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_get_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_update_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_update_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_delete_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_delete_section_groups | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_get_parent_section_group | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_list_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_section_groups_get_count_497a | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_section_groups_get_count_497a | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_get_section_groups | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_section_groups | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_list_sections | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_create_sections | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_get_count_6826 | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_count_6826 | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_get_sections | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_update_sections | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_delete_sections | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_list_pages | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_create_pages | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_pages_get_count_dfde | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_count_dfde | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_get_pages | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_update_pages | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_delete_pages | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_get_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_update_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_section_groups_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_list_sections | microsoft-onenote.microsoft_onenote_users_onenote_list_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_create_sections | microsoft-onenote.microsoft_onenote_users_onenote_create_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_get_count_8b0b | microsoft-onenote.microsoft_onenote_users_onenote_sections_get_count_8b0b | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_get_sections | microsoft-onenote.microsoft_onenote_users_onenote_get_sections | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_update_sections | microsoft-onenote.microsoft_onenote_users_onenote_update_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_delete_sections | microsoft-onenote.microsoft_onenote_users_onenote_delete_sections | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_notebook | microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_section_group | microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_section_group | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_list_pages | microsoft-onenote.microsoft_onenote_users_onenote_sections_list_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_create_pages | microsoft-onenote.microsoft_onenote_users_onenote_sections_create_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_pages_get_count_17eb | microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_count_17eb | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_get_pages | microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_update_pages | microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_delete_pages | microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_get_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_update_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_delete_pages_content | microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages_content | Write write |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_copy_to_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_pages_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_pages_get_parent_section | microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_section | Read read |
integration__microsoft_onenote__microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_preview | microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_preview | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_get_parent_notebook | microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_notebook | Read read |
integration__microsoft_onenote__microsoft_onenote_users_onenote_sections_get_parent_section_group | microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_section_group | Read read |
Write Access
Start with --write=deny for read-only MCP clients. Use --write=ask or
--write=allow only when the client and workspace are trusted.