productivity
Microsoft OneNote CLI for AI Agents
Use the Microsoft OneNote CLI from KosmoKrator to call Microsoft OneNote tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Microsoft OneNote CLI Setup
Microsoft OneNote can be configured headlessly with `kosmokrator integrations:configure microsoft-onenote`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure microsoft-onenote --enable --read allow --write ask --json
kosmokrator integrations:doctor microsoft-onenote --json
kosmokrator integrations:status --json Credentials
Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_get_onenote '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_get_onenote '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs microsoft-onenote --json
kosmo integrations:docs microsoft-onenote.microsoft_onenote_groups_get_onenote --json
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_get_onenote --json
kosmo integrations:search "Microsoft OneNote" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
microsoft-onenote.microsoft_onenote_groups_get_onenote
Get onenote from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_get_onenote '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_get_onenote '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_update_onenote
Update the navigation property onenote in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote.
write - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_update_onenote '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_update_onenote '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_delete_onenote
Delete navigation property onenote for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote.
write - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_delete_onenote '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_delete_onenote '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_list_notebooks
Get notebooks from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_list_notebooks '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_list_notebooks '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_create_notebooks
Create new navigation property to notebooks for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks.
write - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_create_notebooks '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_create_notebooks '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_count_4d2a
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/$count.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_count_4d2a '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_get_count_4d2a '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_notebook_from_web_url
Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_notebook_from_web_url '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_get_notebook_from_web_url '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_recent_notebooks
Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
read - Parameters
- group_id, include_personal_notebooks, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_recent_notebooks '{"group_id":"example_group_id","include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_get_recent_notebooks '{"group_id":"example_group_id","include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_get_notebooks
Get notebooks from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}.
read - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_get_notebooks '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_get_notebooks '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_update_notebooks
Update the navigation property notebooks in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}.
write - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_update_notebooks '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_update_notebooks '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_delete_notebooks
Delete navigation property notebooks for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}.
write - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_delete_notebooks '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_delete_notebooks '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_copy_notebook
Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook.
read - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_copy_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_copy_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups.
read - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_list_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_section_groups
Create new navigation property to sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups.
write - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_create_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_count_e27e
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count.
read - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_count_e27e '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_get_count_e27e '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
read - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_get_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_section_groups
Update the navigation property sectionGroups in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_update_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_section_groups
Delete navigation property sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_delete_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_list_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_section_groups_get_count_e27e
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_section_groups_get_count_e27e '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_section_groups_get_count_e27e '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- group_id, notebook_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_get_section_groups '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_list_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_create_sections
Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_create_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_create_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_count_abc0
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- group_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_count_abc0 '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_count_abc0 '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_get_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_update_sections
Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_update_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_update_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_delete_sections
Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_delete_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_delete_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_list_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_list_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_create_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_create_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_count_6db1
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_count_6db1 '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_count_6db1 '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- group_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections.
read - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_list_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_sections
Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections.
write - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_create_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_count_8678
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count.
read - Parameters
- group_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_count_8678 '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_get_count_8678 '{"group_id":"example_group_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
read - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_get_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_sections
Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_update_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_sections
Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_delete_sections '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_list_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_list_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_create_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_create_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_count_9305
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_count_9305 '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_pages_get_count_9305 '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_get_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_update_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_delete_pages '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_get_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_update_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_delete_pages_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_section '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_section '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_get_parent_notebook '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- group_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_notebooks_sections_get_parent_section_group '{"group_id":"example_group_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_list_operations
Get operations from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/operations.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_list_operations '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_list_operations '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_create_operations
Create new navigation property to operations for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/operations.
write - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_create_operations '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_create_operations '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_operations_get_count_b2ab
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/operations/$count.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_operations_get_count_b2ab '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_operations_get_count_b2ab '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_get_operations
Get operations from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/operations/{onenoteOperation-id}.
read - Parameters
- group_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_get_operations '{"group_id":"example_group_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_get_operations '{"group_id":"example_group_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_update_operations
Update the navigation property operations in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/operations/{onenoteOperation-id}.
write - Parameters
- group_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_update_operations '{"group_id":"example_group_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_update_operations '{"group_id":"example_group_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_delete_operations
Delete navigation property operations for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/operations/{onenoteOperation-id}.
write - Parameters
- group_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_delete_operations '{"group_id":"example_group_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_delete_operations '{"group_id":"example_group_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_list_pages '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_list_pages '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/pages.
write - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_create_pages '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_create_pages '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_count_8bf6
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/$count.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_count_8bf6 '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_pages_get_count_8bf6 '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}.
read - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_get_pages '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_get_pages '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/pages/{onenotePage-id}.
write - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_update_pages '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_update_pages '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/pages/{onenotePage-id}.
write - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_delete_pages '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}/content.
read - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_get_pages_content '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_get_pages_content '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/pages/{onenotePage-id}/content.
write - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_update_pages_content '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_update_pages_content '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/pages/{onenotePage-id}/content.
write - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages_content '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_delete_pages_content '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_notebook '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_pages_get_parent_notebook '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_section '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_pages_get_parent_section '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_preview '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_pages_onenote_page_preview '{"group_id":"example_group_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_list_resources
Get resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/resources.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_list_resources '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_list_resources '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_create_resources
Create new navigation property to resources for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/resources.
write - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_create_resources '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_create_resources '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_resources_get_count_b07f
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/resources/$count.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_resources_get_count_b07f '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_resources_get_count_b07f '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_get_resources
Get resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/resources/{onenoteResource-id}.
read - Parameters
- group_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_get_resources '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_get_resources '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_update_resources
Update the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/resources/{onenoteResource-id}.
write - Parameters
- group_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_update_resources '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_update_resources '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources
Delete navigation property resources for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/resources/{onenoteResource-id}.
write - Parameters
- group_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_delete_resources '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_get_resources_content
Get content for the navigation property resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/resources/{onenoteResource-id}/content.
read - Parameters
- group_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_get_resources_content '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_get_resources_content '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_update_resources_content
Update content for the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- group_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_update_resources_content '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_update_resources_content '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources_content
Delete content for the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- group_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources_content '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_delete_resources_content '{"group_id":"example_group_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_list_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_list_section_groups '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_list_section_groups '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_create_section_groups
Create new navigation property to sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups.
write - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_create_section_groups '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_create_section_groups '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_count_17b9
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/$count.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_count_17b9 '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_get_count_17b9 '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_get_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}.
read - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_get_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_get_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_update_section_groups
Update the navigation property sectionGroups in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_update_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_update_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_delete_section_groups
Delete navigation property sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_delete_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_delete_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_notebook '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_get_parent_notebook '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_section_group '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_get_parent_section_group '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_list_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_section_groups_get_count_17b9
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_section_groups_get_count_17b9 '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_section_groups_get_count_17b9 '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- group_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_get_section_groups '{"group_id":"example_group_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_list_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_create_sections
Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_create_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_create_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_count_4d99
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- group_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_count_4d99 '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_get_count_4d99 '{"group_id":"example_group_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_get_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_update_sections
Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_update_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_update_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_delete_sections
Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_delete_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_delete_sections '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_list_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_list_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_create_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_create_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_count_110b
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_count_110b '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_pages_get_count_110b '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_get_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_update_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_delete_pages '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages_content '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_get_pages_content '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages_content '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_update_pages_content '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages_content '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_delete_pages_content '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_notebook '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_notebook '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_section '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_section '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_notebook '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_get_parent_notebook '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- group_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_section_group '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_section_groups_sections_get_parent_section_group '{"group_id":"example_group_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_list_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_list_sections '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_list_sections '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_create_sections
Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections.
write - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_create_sections '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_create_sections '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_count_0122
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/$count.
read - Parameters
- group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_count_0122 '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_get_count_0122 '{"group_id":"example_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_get_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}.
read - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_get_sections '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_get_sections '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_update_sections
Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sections/{onenoteSection-id}.
write - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_update_sections '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_update_sections '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_delete_sections
Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sections/{onenoteSection-id}.
write - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_delete_sections '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_delete_sections '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages.
read - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_list_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_list_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages.
write - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_create_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_create_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_count_375d
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_count_375d '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_pages_get_count_375d '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_get_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_update_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_delete_pages '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages_content '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_get_pages_content '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages_content '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_update_pages_content '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages_content '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_delete_pages_content '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_notebook '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_pages_get_parent_notebook '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_section '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_pages_get_parent_section '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_notebook '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_get_parent_notebook '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_section_group '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_onenote_sections_get_parent_section_group '{"group_id":"example_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_get_onenote
Get onenote from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote.
read - Parameters
- group_id, site_id, path, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_get_onenote '{"group_id":"example_group_id","site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_get_by_path_get_onenote '{"group_id":"example_group_id","site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_update_onenote
Update the navigation property onenote in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote.
write - Parameters
- group_id, site_id, path, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_update_onenote '{"group_id":"example_group_id","site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_get_by_path_update_onenote '{"group_id":"example_group_id","site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_delete_onenote
Delete navigation property onenote for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote.
write - Parameters
- group_id, site_id, path, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_delete_onenote '{"group_id":"example_group_id","site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_get_by_path_delete_onenote '{"group_id":"example_group_id","site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_get_onenote
Get onenote from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_get_onenote '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_get_onenote '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_update_onenote
Update the navigation property onenote in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote.
write - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_update_onenote '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_update_onenote '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_delete_onenote
Delete navigation property onenote for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote.
write - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_delete_onenote '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_delete_onenote '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_notebooks
Get notebooks from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_list_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_notebooks
Create new navigation property to notebooks for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks.
write - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_create_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_count_4d42
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/$count.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_count_4d42 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_get_count_4d42 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_notebook_from_web_url
Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_notebook_from_web_url '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_notebook_from_web_url '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_recent_notebooks
Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
read - Parameters
- group_id, site_id, include_personal_notebooks, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_recent_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_recent_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_notebooks
Get notebooks from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}.
read - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_get_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_notebooks
Update the navigation property notebooks in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}.
write - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_update_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_notebooks
Delete navigation property notebooks for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}.
write - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_delete_notebooks '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_copy_notebook
Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook.
read - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_copy_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_copy_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups.
read - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_list_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_section_groups
Create new navigation property to sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups.
write - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_create_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_count_b8c2
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count.
read - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_count_b8c2 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_count_b8c2 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_get_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_section_groups
Update the navigation property sectionGroups in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_update_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_section_groups
Delete navigation property sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_delete_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_section_groups_get_count_b8c2
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_section_groups_get_count_b8c2 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_section_groups_get_count_b8c2 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_create_sections
Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_create_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_create_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_count_17fa
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_count_17fa '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_count_17fa '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_update_sections
Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_update_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_update_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_delete_sections
Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_delete_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_delete_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_count_e302
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_count_e302 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_count_e302 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- group_id, site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections.
read - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_list_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_sections
Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections.
write - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_create_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_count_3eb3
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count.
read - Parameters
- group_id, site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_count_3eb3 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_get_count_3eb3 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_get_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_sections
Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_update_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_sections
Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_delete_sections '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_count_8ff7
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_count_8ff7 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_count_8ff7 '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- group_id, site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_operations
Get operations from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/operations.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_operations '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_list_operations '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_operations
Create new navigation property to operations for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/operations.
write - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_operations '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_create_operations '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_operations_get_count_c658
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/operations/$count.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_operations_get_count_c658 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_operations_get_count_c658 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_operations
Get operations from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}.
read - Parameters
- group_id, site_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_operations '{"group_id":"example_group_id","site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_get_operations '{"group_id":"example_group_id","site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_operations
Update the navigation property operations in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}.
write - Parameters
- group_id, site_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_operations '{"group_id":"example_group_id","site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_update_operations '{"group_id":"example_group_id","site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_operations
Delete navigation property operations for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}.
write - Parameters
- group_id, site_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_operations '{"group_id":"example_group_id","site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_delete_operations '{"group_id":"example_group_id","site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/pages.
write - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_count_5751
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/$count.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_count_5751 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_pages_get_count_5751 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}.
read - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content.
read - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_resources
Get resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/resources.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_resources '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_list_resources '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_resources
Create new navigation property to resources for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/resources.
write - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_resources '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_create_resources '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_resources_get_count_08d2
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/resources/$count.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_resources_get_count_08d2 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_resources_get_count_08d2 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources
Get resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}.
read - Parameters
- group_id, site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_get_resources '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources
Update the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}.
write - Parameters
- group_id, site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_update_resources '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources
Delete navigation property resources for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}.
write - Parameters
- group_id, site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_delete_resources '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources_content
Get content for the navigation property resources from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
read - Parameters
- group_id, site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_get_resources_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources_content
Update content for the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- group_id, site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_update_resources_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources_content
Delete content for the navigation property resources in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- group_id, site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_delete_resources_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_list_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_section_groups
Create new navigation property to sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups.
write - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_create_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_count_c957
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_count_c957 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_get_count_c957 '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
read - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_get_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_section_groups
Update the navigation property sectionGroups in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_update_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_section_groups
Delete navigation property sectionGroups for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_delete_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_list_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_section_groups_get_count_c957
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_section_groups_get_count_c957 '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_section_groups_get_count_c957 '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_section_groups
Get sectionGroups from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- group_id, site_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_get_section_groups '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_list_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_create_sections
Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_create_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_create_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_count_60a8
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- group_id, site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_count_60a8 '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_get_count_60a8 '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_get_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_update_sections
Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_update_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_update_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_delete_sections
Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_delete_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_delete_sections '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_count_f260
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_count_f260 '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_count_f260 '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- group_id, site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_sections '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_list_sections '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_sections
Create new navigation property to sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections.
write - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_sections '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_create_sections '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_count_361f
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/$count.
read - Parameters
- group_id, site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_count_361f '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_get_count_361f '{"group_id":"example_group_id","site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_sections
Get sections from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}.
read - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_sections '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_get_sections '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_sections
Update the navigation property sections in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}.
write - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_sections '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_update_sections '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_sections
Delete navigation property sections for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}.
write - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_sections '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_delete_sections '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_notebook '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_section_group '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_list_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages.
read - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_list_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_create_pages
Create new navigation property to pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages.
write - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_create_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_count_859e
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_count_859e '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_pages_get_count_859e '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages
Get pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_get_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages
Update the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_update_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages
Delete navigation property pages for groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_delete_pages '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages_content
Get content for the navigation property pages from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_get_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages_content
Update content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_update_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages_content
Delete content for the navigation property pages in groups\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_delete_pages_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_section
Get parentSection from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_section '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- group_id, site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_notebook
Get parentNotebook from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_get_parent_notebook '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_section_group
Get parentSectionGroup from groups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- group_id, site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_groups_sites_onenote_sections_get_parent_section_group '{"group_id":"example_group_id","site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_get_onenote
Get onenote from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_get_onenote '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_get_onenote '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_update_onenote
Update the navigation property onenote in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_update_onenote '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_update_onenote '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_delete_onenote
Delete navigation property onenote for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_delete_onenote '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_delete_onenote '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_list_notebooks
List notebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_list_notebooks '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_list_notebooks '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_create_notebooks
Create notebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_create_notebooks '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_create_notebooks '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_count_6c1a
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_count_6c1a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_get_count_6c1a '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_notebook_from_web_url
Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/getNotebookFromWebUrl.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_notebook_from_web_url '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_get_notebook_from_web_url '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_recent_notebooks
Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
read - Parameters
- include_personal_notebooks, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_recent_notebooks '{"include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_get_recent_notebooks '{"include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_get_notebooks
Get notebook\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}.
read - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_get_notebooks '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_get_notebooks '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_update_notebooks
Update the navigation property notebooks in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}.
write - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_update_notebooks '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_update_notebooks '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_delete_notebooks
Delete navigation property notebooks for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}.
write - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_delete_notebooks '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_delete_notebooks '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_copy_notebook
Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/copyNotebook.
read - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_copy_notebook '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_copy_notebook '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_section_groups
List sectionGroups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups.
read - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_section_groups '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_list_section_groups '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_section_groups
Create sectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups.
write - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_section_groups '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_create_section_groups '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_count_ab55
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/$count.
read - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_count_ab55 '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_get_count_ab55 '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_section_groups
Get sectionGroups from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
read - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_get_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_section_groups
Update the navigation property sectionGroups in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_update_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_section_groups
Delete navigation property sectionGroups for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_delete_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_notebook '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_notebook '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_section_group
Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_section_group '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_section_group '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_section_groups
Get sectionGroups from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_list_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_section_groups_get_count_ab55
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_section_groups_get_count_ab55 '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_section_groups_get_count_ab55 '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_section_groups
Get sectionGroups from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- notebook_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_get_section_groups '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_sections
Get sections from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_list_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_create_sections
Create new navigation property to sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_create_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_create_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_count_505d
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_count_505d '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_count_505d '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_sections
Get sections from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_get_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_update_sections
Update the navigation property sections in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_update_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_update_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_delete_sections
Delete navigation property sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_delete_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_delete_sections '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_list_pages
Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_list_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_list_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_create_pages
Create new navigation property to pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_create_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_create_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_count_85ea
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_count_85ea '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_count_85ea '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages
Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages
Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages
Delete navigation property pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages_content
Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages_content '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages_content '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages_content
Update content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages_content '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages_content '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages_content
Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages_content '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages_content '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_section
Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_notebook '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_notebook '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_section_group
Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_section_group '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_section_group '{"notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_sections
List sections\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections.
read - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_sections '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_list_sections '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_sections
Create section\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections.
write - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_sections '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_create_sections '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_count_1a52
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/$count.
read - Parameters
- notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_count_1a52 '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_get_count_1a52 '{"notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_sections
Get sections from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
read - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_sections '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_get_sections '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_sections
Update the navigation property sections in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_sections '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_update_sections '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_sections
Delete navigation property sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_sections '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_delete_sections '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_list_pages
Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_list_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_list_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_create_pages
Create new navigation property to pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_create_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_create_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_count_044d
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_count_044d '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_pages_get_count_044d '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages
Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_get_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages
Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_update_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages
Delete navigation property pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_delete_pages '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages_content
Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages_content '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_get_pages_content '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages_content
Update content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages_content '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_update_pages_content '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages_content
Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages_content '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_delete_pages_content '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_notebook '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_notebook '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_section
Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_section '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_section '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_notebook '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_get_parent_notebook '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_section_group
Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_section_group '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_notebooks_sections_get_parent_section_group '{"notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_list_operations
Get onenoteOperation\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/operations.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_list_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_list_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_create_operations
Create new navigation property to operations for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/operations.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_create_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_create_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_operations_get_count_7b8c
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/operations/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_operations_get_count_7b8c '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_operations_get_count_7b8c '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_get_operations
Get onenoteOperation\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/operations/{onenoteOperation-id}.
read - Parameters
- onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_get_operations '{"onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_get_operations '{"onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_update_operations
Update the navigation property operations in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/operations/{onenoteOperation-id}.
write - Parameters
- onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_update_operations '{"onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_update_operations '{"onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_delete_operations
Delete navigation property operations for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/operations/{onenoteOperation-id}.
write - Parameters
- onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_delete_operations '{"onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_delete_operations '{"onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_list_pages
List onenotePages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_list_pages '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_list_pages '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_create_pages
Create onenotePage\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/pages.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_create_pages '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_create_pages '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_pages_get_count_d1a4
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_pages_get_count_d1a4 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_pages_get_count_d1a4 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_get_pages
Get page\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}.
read - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_get_pages '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_get_pages '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_update_pages
Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/pages/{onenotePage-id}.
write - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_update_pages '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_update_pages '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_delete_pages
Delete page\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/pages/{onenotePage-id}.
write - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_delete_pages '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_delete_pages '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_get_pages_content
Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}/content.
read - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_get_pages_content '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_get_pages_content '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_update_pages_content
Update page\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/pages/{onenotePage-id}/content.
write - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_update_pages_content '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_update_pages_content '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_delete_pages_content
Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/pages/{onenotePage-id}/content.
write - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_delete_pages_content '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_delete_pages_content '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/pages/{onenotePage-id}/copyToSection.
read - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_copy_to_section '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_pages_onenote_page_copy_to_section '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_onenote_patch_content '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_pages_onenote_page_onenote_patch_content '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_notebook '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_pages_get_parent_notebook '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_section
Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}/parentSection.
read - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_section '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_pages_get_parent_section '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/pages/{onenotePage-id}/preview().
read - Parameters
- onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_preview '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_pages_onenote_page_preview '{"onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_list_resources
Get resources from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/resources.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_list_resources '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_list_resources '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_create_resources
Create new navigation property to resources for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/resources.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_create_resources '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_create_resources '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_resources_get_count_d3f1
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/resources/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_resources_get_count_d3f1 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_resources_get_count_d3f1 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_get_resources
Get resources from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/resources/{onenoteResource-id}.
read - Parameters
- onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_get_resources '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_get_resources '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_update_resources
Update the navigation property resources in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/resources/{onenoteResource-id}.
write - Parameters
- onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_update_resources '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_update_resources '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_delete_resources
Delete navigation property resources for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/resources/{onenoteResource-id}.
write - Parameters
- onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_delete_resources '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_delete_resources '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_get_resources_content
Get resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/resources/{onenoteResource-id}/content.
read - Parameters
- onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_get_resources_content '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_get_resources_content '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_update_resources_content
Update content for the navigation property resources in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_update_resources_content '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_update_resources_content '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_delete_resources_content
Delete content for the navigation property resources in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_delete_resources_content '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_delete_resources_content '{"onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_list_section_groups
List sectionGroups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_list_section_groups '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_list_section_groups '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_create_section_groups
Create new navigation property to sectionGroups for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_create_section_groups '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_create_section_groups '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_count_e635
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_count_e635 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_get_count_e635 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_get_section_groups
Get sectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}.
read - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_get_section_groups '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_get_section_groups '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_update_section_groups
Update the navigation property sectionGroups in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_update_section_groups '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_update_section_groups '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_delete_section_groups
Delete navigation property sectionGroups for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_delete_section_groups '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_delete_section_groups '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_notebook '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_get_parent_notebook '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_section_group
Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_section_group '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_get_parent_section_group '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_section_groups
List sectionGroups\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_section_groups '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_list_section_groups '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_groups_get_count_ef22
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_groups_get_count_ef22 '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_section_groups_get_count_ef22 '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_section_groups
Get sectionGroups from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_section_groups '{"section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_get_section_groups '{"section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_sections
List sections\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_sections '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_list_sections '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_create_sections
Create section\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_create_sections '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_create_sections '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_count_fa35
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_count_fa35 '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_get_count_fa35 '{"section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_sections
Get sections from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_sections '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_get_sections '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_update_sections
Update the navigation property sections in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_update_sections '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_update_sections '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_delete_sections
Delete navigation property sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_delete_sections '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_delete_sections '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_list_pages
Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_list_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_list_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_create_pages
Create new navigation property to pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_create_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_create_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_count_e774
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_count_e774 '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_pages_get_count_e774 '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages
Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_get_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages
Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_update_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages
Delete navigation property pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_delete_pages '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages_content
Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages_content '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_get_pages_content '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages_content
Update content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages_content '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_update_pages_content '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages_content
Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages_content '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_delete_pages_content '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_notebook '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_notebook '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_section
Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_section '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_section '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_notebook '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_get_parent_notebook '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_section_group
Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_section_group '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_section_groups_sections_get_parent_section_group '{"section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_list_sections
List sections\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_list_sections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_list_sections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_create_sections
Create new navigation property to sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_create_sections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_create_sections '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_get_count_dbb4
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_get_count_dbb4 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_get_count_dbb4 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-onenote.microsoft_onenote_me_onenote_get_sections
Get section\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}.
read - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_get_sections '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_get_sections '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_update_sections
Update the navigation property sections in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sections/{onenoteSection-id}.
write - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_update_sections '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_update_sections '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_delete_sections
Delete navigation property sections for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sections/{onenoteSection-id}.
write - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_delete_sections '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_delete_sections '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_notebook '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_onenote_section_copy_to_notebook '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_section_group '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_onenote_section_copy_to_section_group '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_list_pages
List pages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages.
read - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_list_pages '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_list_pages '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_create_pages
Create page\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/pages.
write - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_create_pages '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_create_pages '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_count_bb75
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_count_bb75 '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_pages_get_count_bb75 '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages
Get pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_get_pages '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages
Update the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_update_pages '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages
Delete navigation property pages for me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_delete_pages '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages_content
Get content for the navigation property pages from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages_content '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_get_pages_content '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages_content
Update content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages_content '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_update_pages_content '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages_content
Delete content for the navigation property pages in me\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages_content '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_delete_pages_content '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_notebook '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_pages_get_parent_notebook '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_section
Get parentSection from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_section '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_pages_get_parent_section '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_preview '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_preview '{"onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_notebook
Get parentNotebook from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_notebook '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_get_parent_notebook '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_section_group
Get parentSectionGroup from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/onenote/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_section_group '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_me_onenote_sections_get_parent_section_group '{"onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_get_by_path_get_onenote
Get onenote from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/getByPath(path='{path}')/onenote.
read - Parameters
- site_id, path, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_get_by_path_get_onenote '{"site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_get_by_path_get_onenote '{"site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_get_by_path_update_onenote
Update the navigation property onenote in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/getByPath(path='{path}')/onenote.
write - Parameters
- site_id, path, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_get_by_path_update_onenote '{"site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_get_by_path_update_onenote '{"site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_get_by_path_delete_onenote
Delete navigation property onenote for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/getByPath(path='{path}')/onenote.
write - Parameters
- site_id, path, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_get_by_path_delete_onenote '{"site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_get_by_path_delete_onenote '{"site_id":"example_site_id","path":"example_path","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_get_onenote
Get onenote from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_get_onenote '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_get_onenote '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_update_onenote
Update the navigation property onenote in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote.
write - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_update_onenote '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_update_onenote '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_delete_onenote
Delete navigation property onenote for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote.
write - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_delete_onenote '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_delete_onenote '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_list_notebooks
Get notebooks from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_list_notebooks '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_list_notebooks '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_create_notebooks
Create new navigation property to notebooks for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks.
write - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_create_notebooks '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_create_notebooks '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_count_fb6b
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/$count.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_count_fb6b '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_get_count_fb6b '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_notebook_from_web_url
Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_notebook_from_web_url '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_get_notebook_from_web_url '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_recent_notebooks
Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
read - Parameters
- site_id, include_personal_notebooks, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_recent_notebooks '{"site_id":"example_site_id","include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_get_recent_notebooks '{"site_id":"example_site_id","include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_get_notebooks
Get notebooks from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}.
read - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_get_notebooks '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_get_notebooks '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_update_notebooks
Update the navigation property notebooks in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}.
write - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_update_notebooks '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_update_notebooks '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_delete_notebooks
Delete navigation property notebooks for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}.
write - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_delete_notebooks '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_delete_notebooks '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_copy_notebook
Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook.
read - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_copy_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_copy_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_section_groups
Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups.
read - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_list_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_section_groups
Create new navigation property to sectionGroups for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups.
write - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_create_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_count_52f9
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count.
read - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_count_52f9 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_get_count_52f9 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_section_groups
Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
read - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_get_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_section_groups
Update the navigation property sectionGroups in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_update_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_section_groups
Delete navigation property sectionGroups for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_delete_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_section_group
Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_section_groups
Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_list_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_section_groups_get_count_52f9
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_section_groups_get_count_52f9 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_section_groups_get_count_52f9 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_section_groups
Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- site_id, notebook_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_get_section_groups '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_sections
Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_list_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_create_sections
Create new navigation property to sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_create_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_create_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_count_26e6
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- site_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_count_26e6 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_count_26e6 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_sections
Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_get_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_update_sections
Update the navigation property sections in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_update_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_update_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_delete_sections
Delete navigation property sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_delete_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_delete_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_list_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_list_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_list_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_create_pages
Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_create_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_create_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_count_56bb
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_count_56bb '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_count_56bb '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages
Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_delete_pages
Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_delete_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_delete_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages_content
Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages_content
Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section
Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_section_group
Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- site_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_sections
Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections.
read - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_list_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_sections
Create new navigation property to sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections.
write - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_create_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_count_6101
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count.
read - Parameters
- site_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_count_6101 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_get_count_6101 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_sections
Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
read - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_get_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_sections
Update the navigation property sections in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_update_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_sections
Delete navigation property sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_delete_sections '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_list_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_list_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_list_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_create_pages
Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_create_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_create_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_count_9b53
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_count_9b53 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_pages_get_count_9b53 '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_get_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages
Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_update_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_delete_pages
Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_delete_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_delete_pages '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages_content
Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_get_pages_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages_content
Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_update_pages_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_section
Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_section '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_section '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- site_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_get_parent_notebook '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_section_group
Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- site_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_notebooks_sections_get_parent_section_group '{"site_id":"example_site_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_list_operations
Get operations from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/operations.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_list_operations '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_list_operations '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_create_operations
Create new navigation property to operations for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/operations.
write - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_create_operations '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_create_operations '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_operations_get_count_eadd
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/operations/$count.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_operations_get_count_eadd '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_operations_get_count_eadd '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_get_operations
Get operations from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/operations/{onenoteOperation-id}.
read - Parameters
- site_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_get_operations '{"site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_get_operations '{"site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_update_operations
Update the navigation property operations in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/operations/{onenoteOperation-id}.
write - Parameters
- site_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_update_operations '{"site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_update_operations '{"site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_delete_operations
Delete navigation property operations for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/operations/{onenoteOperation-id}.
write - Parameters
- site_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_delete_operations '{"site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_delete_operations '{"site_id":"example_site_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_list_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_list_pages '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_list_pages '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_create_pages
Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/pages.
write - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_create_pages '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_create_pages '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_count_bfb1
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/$count.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_count_bfb1 '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_pages_get_count_bfb1 '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_get_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}.
read - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_get_pages '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_get_pages '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_update_pages
Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/pages/{onenotePage-id}.
write - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_update_pages '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_update_pages '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_delete_pages
Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/pages/{onenotePage-id}.
write - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_delete_pages '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_delete_pages '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_get_pages_content
Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}/content.
read - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_get_pages_content '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_get_pages_content '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_update_pages_content
Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/pages/{onenotePage-id}/content.
write - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_update_pages_content '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_update_pages_content '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection.
read - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_notebook '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_pages_get_parent_notebook '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_section
Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection.
read - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_section '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_pages_get_parent_section '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/pages/{onenotePage-id}/preview().
read - Parameters
- site_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_preview '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_pages_onenote_page_preview '{"site_id":"example_site_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_list_resources
Get resources from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/resources.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_list_resources '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_list_resources '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_create_resources
Create new navigation property to resources for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/resources.
write - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_create_resources '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_create_resources '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_resources_get_count_476e
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/resources/$count.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_resources_get_count_476e '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_resources_get_count_476e '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_get_resources
Get resources from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/resources/{onenoteResource-id}.
read - Parameters
- site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_get_resources '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_get_resources '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_update_resources
Update the navigation property resources in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/resources/{onenoteResource-id}.
write - Parameters
- site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_update_resources '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_update_resources '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_delete_resources
Delete navigation property resources for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/resources/{onenoteResource-id}.
write - Parameters
- site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_delete_resources '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_delete_resources '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_get_resources_content
Get content for the navigation property resources from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
read - Parameters
- site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_get_resources_content '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_get_resources_content '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_update_resources_content
Update content for the navigation property resources in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- site_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_update_resources_content '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_update_resources_content '{"site_id":"example_site_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_list_section_groups
Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_list_section_groups '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_list_section_groups '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_create_section_groups
Create new navigation property to sectionGroups for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups.
write - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_create_section_groups '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_create_section_groups '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_count_2fdb
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/$count.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_count_2fdb '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_get_count_2fdb '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_get_section_groups
Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
read - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_get_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_get_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_update_section_groups
Update the navigation property sectionGroups in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_update_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_update_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_delete_section_groups
Delete navigation property sectionGroups for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_delete_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_delete_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_notebook '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_get_parent_notebook '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_section_group
Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_section_group '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_get_parent_section_group '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_section_groups
Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_list_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_section_groups_get_count_2fdb
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_section_groups_get_count_2fdb '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_section_groups_get_count_2fdb '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_section_groups
Get sectionGroups from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- site_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_get_section_groups '{"site_id":"example_site_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_sections
Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_list_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_create_sections
Create new navigation property to sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_create_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_create_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_count_2fbc
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- site_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_count_2fbc '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_get_count_2fbc '{"site_id":"example_site_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_sections
Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_get_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_update_sections
Update the navigation property sections in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_update_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_update_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_delete_sections
Delete navigation property sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_delete_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_delete_sections '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_list_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_list_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_list_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_create_pages
Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_create_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_create_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_count_9ecc
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_count_9ecc '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_pages_get_count_9ecc '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_get_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages
Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_update_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_delete_pages
Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_delete_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_delete_pages '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages_content
Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages_content '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_get_pages_content '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages_content
Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages_content '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_update_pages_content '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_notebook '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_notebook '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_section
Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_section '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_section '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- site_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_notebook '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_get_parent_notebook '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_section_group
Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- site_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_section_group '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_section_groups_sections_get_parent_section_group '{"site_id":"example_site_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_list_sections
Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_list_sections '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_list_sections '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_create_sections
Create new navigation property to sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections.
write - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_create_sections '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_create_sections '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_count_5061
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/$count.
read - Parameters
- site_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_count_5061 '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_get_count_5061 '{"site_id":"example_site_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_get_sections
Get sections from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}.
read - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_get_sections '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_get_sections '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_update_sections
Update the navigation property sections in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sections/{onenoteSection-id}.
write - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_update_sections '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_update_sections '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_delete_sections
Delete navigation property sections for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sections/{onenoteSection-id}.
write - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_delete_sections '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_delete_sections '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_notebook '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_notebook '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_section_group '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_section_group '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_list_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages.
read - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_list_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_list_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_create_pages
Create new navigation property to pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages.
write - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_create_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_create_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_count_a33a
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_count_a33a '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_pages_get_count_a33a '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages
Get pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_get_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages
Update the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_update_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_delete_pages
Delete navigation property pages for sites\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_delete_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_delete_pages '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages_content
Get content for the navigation property pages from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages_content '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_get_pages_content '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages_content
Update content for the navigation property pages in sites\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages_content '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_update_pages_content '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_notebook '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_pages_get_parent_notebook '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_section
Get parentSection from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_section '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_pages_get_parent_section '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- site_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_notebook
Get parentNotebook from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_notebook '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_get_parent_notebook '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_section_group
Get parentSectionGroup from sites\n\nOfficial Microsoft Graph v1.0 endpoint: GET /sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- site_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_section_group '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_sites_onenote_sections_get_parent_section_group '{"site_id":"example_site_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_get_onenote
Get onenote from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_get_onenote '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_get_onenote '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_update_onenote
Update the navigation property onenote in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote.
write - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_update_onenote '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_update_onenote '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_delete_onenote
Delete navigation property onenote for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote.
write - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_delete_onenote '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_delete_onenote '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_list_notebooks
Get notebooks from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_list_notebooks '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_list_notebooks '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_create_notebooks
Create new navigation property to notebooks for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks.
write - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_create_notebooks '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_create_notebooks '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_count_af06
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/$count.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_count_af06 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_get_count_af06 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_notebook_from_web_url
Invoke action getNotebookFromWebUrl\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/getNotebookFromWebUrl.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_notebook_from_web_url '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_get_notebook_from_web_url '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_recent_notebooks
Invoke function getRecentNotebooks\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}).
read - Parameters
- user_id, include_personal_notebooks, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_recent_notebooks '{"user_id":"example_user_id","include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_get_recent_notebooks '{"user_id":"example_user_id","include_personal_notebooks":"example_include_personal_notebooks","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_get_notebooks
Get notebooks from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}.
read - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_get_notebooks '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_get_notebooks '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_update_notebooks
Update the navigation property notebooks in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}.
write - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_update_notebooks '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_update_notebooks '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_delete_notebooks
Delete navigation property notebooks for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}.
write - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_delete_notebooks '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_delete_notebooks '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_copy_notebook
Invoke action copyNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook.
read - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_copy_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_copy_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_section_groups
Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups.
read - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_list_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_section_groups
Create new navigation property to sectionGroups for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups.
write - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_create_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_count_2e9f
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count.
read - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_count_2e9f '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_get_count_2e9f '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_section_groups
Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
read - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_get_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_section_groups
Update the navigation property sectionGroups in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_update_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_section_groups
Delete navigation property sectionGroups for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}.
write - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_delete_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_section_group
Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_section_groups
Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_list_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_section_groups_get_count_2e9f
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_section_groups_get_count_2e9f '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_section_groups_get_count_2e9f '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_section_groups
Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- user_id, notebook_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_get_section_groups '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_sections
Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_list_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_create_sections
Create new navigation property to sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_create_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_create_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_count_2e73
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- user_id, notebook_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_count_2e73 '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_count_2e73 '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_sections
Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_get_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_update_sections
Update the navigation property sections in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_update_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_update_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_delete_sections
Delete navigation property sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_delete_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_delete_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_list_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_list_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_list_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_create_pages
Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_create_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_create_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_count_a323
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_count_a323 '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_count_a323 '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages
Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages
Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages_content
Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages_content
Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages_content
Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_section
Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_section '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_section_group
Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- user_id, notebook_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_sections
Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections.
read - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_list_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_sections
Create new navigation property to sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections.
write - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_create_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_count_2f79
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count.
read - Parameters
- user_id, notebook_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_count_2f79 '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_get_count_2f79 '{"user_id":"example_user_id","notebook_id":"example_notebook_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_sections
Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
read - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_get_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_sections
Update the navigation property sections in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_update_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_sections
Delete navigation property sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}.
write - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_delete_sections '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_list_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_list_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_list_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_create_pages
Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_create_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_create_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_count_c5e5
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_count_c5e5 '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_pages_get_count_c5e5 '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_get_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages
Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_update_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages
Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_delete_pages '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages_content
Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_get_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages_content
Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_update_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages_content
Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_delete_pages_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_section
Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_section '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_section '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- user_id, notebook_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_get_parent_notebook '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_section_group
Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- user_id, notebook_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_notebooks_sections_get_parent_section_group '{"user_id":"example_user_id","notebook_id":"example_notebook_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_list_operations
Get operations from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/operations.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_list_operations '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_list_operations '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_create_operations
Create new navigation property to operations for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/operations.
write - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_create_operations '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_create_operations '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_operations_get_count_adfa
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/operations/$count.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_operations_get_count_adfa '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_operations_get_count_adfa '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_get_operations
Get operations from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/operations/{onenoteOperation-id}.
read - Parameters
- user_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_get_operations '{"user_id":"example_user_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_get_operations '{"user_id":"example_user_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_update_operations
Update the navigation property operations in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/operations/{onenoteOperation-id}.
write - Parameters
- user_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_update_operations '{"user_id":"example_user_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_update_operations '{"user_id":"example_user_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_delete_operations
Delete navigation property operations for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/operations/{onenoteOperation-id}.
write - Parameters
- user_id, onenote_operation_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_delete_operations '{"user_id":"example_user_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_delete_operations '{"user_id":"example_user_id","onenote_operation_id":"example_onenote_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_list_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_list_pages '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_list_pages '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_create_pages
Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/pages.
write - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_create_pages '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_create_pages '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_pages_get_count_b080
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/$count.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_pages_get_count_b080 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_pages_get_count_b080 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_get_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}.
read - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_get_pages '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_get_pages '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_update_pages
Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/pages/{onenotePage-id}.
write - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_update_pages '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_update_pages '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_delete_pages
Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/pages/{onenotePage-id}.
write - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_delete_pages '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_delete_pages '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_get_pages_content
Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}/content.
read - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_get_pages_content '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_get_pages_content '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_update_pages_content
Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/pages/{onenotePage-id}/content.
write - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_update_pages_content '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_update_pages_content '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_delete_pages_content
Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/pages/{onenotePage-id}/content.
write - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_delete_pages_content '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_delete_pages_content '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection.
read - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_notebook '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_pages_get_parent_notebook '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_section
Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}/parentSection.
read - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_section '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_pages_get_parent_section '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/pages/{onenotePage-id}/preview().
read - Parameters
- user_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_preview '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_pages_onenote_page_preview '{"user_id":"example_user_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_list_resources
Get resources from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/resources.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_list_resources '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_list_resources '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_create_resources
Create new navigation property to resources for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/resources.
write - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_create_resources '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_create_resources '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_resources_get_count_dba6
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/resources/$count.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_resources_get_count_dba6 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_resources_get_count_dba6 '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_get_resources
Get resources from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/resources/{onenoteResource-id}.
read - Parameters
- user_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_get_resources '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_get_resources '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_update_resources
Update the navigation property resources in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/resources/{onenoteResource-id}.
write - Parameters
- user_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_update_resources '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_update_resources '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_delete_resources
Delete navigation property resources for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/resources/{onenoteResource-id}.
write - Parameters
- user_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_delete_resources '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_delete_resources '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_get_resources_content
Get content for the navigation property resources from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/resources/{onenoteResource-id}/content.
read - Parameters
- user_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_get_resources_content '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_get_resources_content '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_update_resources_content
Update content for the navigation property resources in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- user_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_update_resources_content '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_update_resources_content '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_delete_resources_content
Delete content for the navigation property resources in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/resources/{onenoteResource-id}/content.
write - Parameters
- user_id, onenote_resource_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_delete_resources_content '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_delete_resources_content '{"user_id":"example_user_id","onenote_resource_id":"example_onenote_resource_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_list_section_groups
Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_list_section_groups '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_list_section_groups '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_create_section_groups
Create new navigation property to sectionGroups for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups.
write - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_create_section_groups '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_create_section_groups '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_count_497a
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/$count.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_count_497a '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_get_count_497a '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_get_section_groups
Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}.
read - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_get_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_get_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_update_section_groups
Update the navigation property sectionGroups in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_update_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_update_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_delete_section_groups
Delete navigation property sectionGroups for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}.
write - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_delete_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_delete_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook.
read - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_notebook '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_get_parent_notebook '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_section_group
Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup.
read - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_section_group '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_get_parent_section_group '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_section_groups
Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups.
read - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_list_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_section_groups_get_count_497a
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count.
read - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_section_groups_get_count_497a '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_section_groups_get_count_497a '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_section_groups
Get sectionGroups from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}.
read - Parameters
- user_id, section_group_id, section_group_id1, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_get_section_groups '{"user_id":"example_user_id","section_group_id":"example_section_group_id","section_group_id1":"example_section_group_id1","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_sections
Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
read - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_list_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_create_sections
Create new navigation property to sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections.
write - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_create_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_create_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_count_6826
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count.
read - Parameters
- user_id, section_group_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_count_6826 '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_get_count_6826 '{"user_id":"example_user_id","section_group_id":"example_section_group_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_sections
Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
read - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_get_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_update_sections
Update the navigation property sections in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_update_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_update_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_delete_sections
Delete navigation property sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}.
write - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_delete_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_delete_sections '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_list_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
read - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_list_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_list_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_create_pages
Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages.
write - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_create_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_create_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_count_dfde
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_count_dfde '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_pages_get_count_dfde '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_get_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages
Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_update_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages
Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_delete_pages '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages_content
Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages_content '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_get_pages_content '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages_content
Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages_content '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_update_pages_content '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages_content
Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages_content '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_delete_pages_content '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_notebook '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_notebook '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_section
Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_section '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_section '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- user_id, section_group_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_notebook '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_get_parent_notebook '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_section_group
Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- user_id, section_group_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_section_group '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_section_groups_sections_get_parent_section_group '{"user_id":"example_user_id","section_group_id":"example_section_group_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_list_sections
Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_list_sections '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_list_sections '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_create_sections
Create new navigation property to sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections.
write - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_create_sections '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_create_sections '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_get_count_8b0b
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/$count.
read - Parameters
- user_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_get_count_8b0b '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_get_count_8b0b '{"user_id":"example_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-onenote.microsoft_onenote_users_onenote_get_sections
Get sections from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}.
read - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_get_sections '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_get_sections '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_update_sections
Update the navigation property sections in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sections/{onenoteSection-id}.
write - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_update_sections '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_update_sections '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_delete_sections
Delete navigation property sections for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sections/{onenoteSection-id}.
write - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_delete_sections '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_delete_sections '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_notebook
Invoke action copyToNotebook\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook.
read - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_notebook '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_notebook '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_section_group
Invoke action copyToSectionGroup\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup.
read - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_section_group '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_section_group '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_list_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages.
read - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_list_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_list_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_create_pages
Create new navigation property to pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/pages.
write - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_create_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_create_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_count_17eb
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count.
read - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_count_17eb '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_pages_get_count_17eb '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages
Get pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
read - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_get_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages
Update the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_update_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages
Delete navigation property pages for users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}.
write - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_delete_pages '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages_content
Get content for the navigation property pages from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
read - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages_content '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_get_pages_content '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages_content
Update content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: PUT /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages_content '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_update_pages_content '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages_content
Delete content for the navigation property pages in users\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content.
write - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages_content '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_delete_pages_content '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_copy_to_section
Invoke action copyToSection\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection.
read - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_copy_to_section '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content
Invoke action onenotePatchContent\n\nOfficial Microsoft Graph v1.0 endpoint: POST /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent.
read - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer, body
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook.
read - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_notebook '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_pages_get_parent_notebook '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_section
Get parentSection from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection.
read - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_section '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_pages_get_parent_section '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_preview
Invoke function preview\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview().
read - Parameters
- user_id, onenote_section_id, onenote_page_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_preview '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_preview '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","onenote_page_id":"example_onenote_page_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_notebook
Get parentNotebook from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook.
read - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_notebook '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_get_parent_notebook '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_section_group
Get parentSectionGroup from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup.
read - Parameters
- user_id, onenote_section_id, top, skip, search, filter, orderby, select, expand, count, prefer
kosmo integrations:call microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_section_group '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-onenote microsoft_onenote_users_onenote_sections_get_parent_section_group '{"user_id":"example_user_id","onenote_section_id":"example_onenote_section_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
microsoft-onenote.microsoft_onenote_groups_get_onenote 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_get_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_update_onenote 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_update_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_delete_onenote 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_delete_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_list_notebooks 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_list_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_create_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_create_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_count_4d2a 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_count_4d2a --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_notebook_from_web_url 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_notebook_from_web_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_recent_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_get_recent_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
include_personal_notebooks | string | yes | Path parameter `includePersonalNotebooks`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_get_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_get_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_update_notebooks 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_update_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_delete_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_delete_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_copy_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_copy_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_count_e27e 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_count_e27e --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_section_groups_get_count_e27e 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_section_groups_get_count_e27e --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_create_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_count_abc0 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_count_abc0 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_update_sections 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_delete_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_list_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_create_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_count_6db1 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_count_6db1 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_count_8678 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_count_8678 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_list_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_create_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_count_9305 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_count_9305 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_notebooks_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_list_operations 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_list_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_create_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_create_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_operations_get_count_b2ab 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_operations_get_count_b2ab --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_get_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_get_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_update_operations 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_update_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_delete_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_delete_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_list_pages 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_create_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_count_8bf6 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_count_8bf6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_get_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_update_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_get_pages_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_update_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_copy_to_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_onenote_patch_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_section 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_preview 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_list_resources 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_list_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_create_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_create_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_resources_get_count_b07f 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_resources_get_count_b07f --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_get_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_get_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_update_resources 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_update_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_get_resources_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_get_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_update_resources_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_update_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_delete_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_list_section_groups 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_create_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_count_17b9 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_count_17b9 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_get_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_update_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_delete_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_section_groups_get_count_17b9 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_section_groups_get_count_17b9 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_create_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_count_4d99 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_count_4d99 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_update_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_delete_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_list_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_create_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_count_110b 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_count_110b --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_list_sections 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_create_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_count_0122 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_count_0122 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_get_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_update_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_delete_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_list_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_create_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_count_375d 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_count_375d --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_copy_to_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_preview 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_onenote_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_onenote_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_get_onenote 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_get_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
path | string | yes | Path parameter `path`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_update_onenote 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_update_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
path | string | yes | Path parameter `path`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_delete_onenote 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_get_by_path_delete_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
path | string | yes | Path parameter `path`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_get_onenote 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_get_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_update_onenote 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_update_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_delete_onenote 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_delete_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_notebooks 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_count_4d42 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_count_4d42 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_notebook_from_web_url 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_notebook_from_web_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_recent_notebooks 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_get_recent_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
include_personal_notebooks | string | yes | Path parameter `includePersonalNotebooks`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_notebooks 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_notebooks 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_notebooks 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_copy_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_copy_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_count_b8c2 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_count_b8c2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_section_groups 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_section_groups_get_count_b8c2 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_section_groups_get_count_b8c2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_section_groups 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_create_sections 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_count_17fa 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_count_17fa --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_sections 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_update_sections 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_delete_sections 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_list_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_create_pages 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_count_e302 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_count_e302 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages 16 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages_content 16 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 16 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 16 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_section_group 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_count_3eb3 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_count_3eb3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_sections 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_list_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_create_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_count_8ff7 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_count_8ff7 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_notebooks_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_operations 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_operations_get_count_c658 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_operations_get_count_c658 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_operations 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_operations 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_operations 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_count_5751 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_count_5751 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_copy_to_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_onenote_patch_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_preview 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_resources 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_resources_get_count_08d2 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_resources_get_count_08d2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_count_c957 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_count_c957 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_section_groups_get_count_c957 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_section_groups_get_count_c957 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_create_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_count_60a8 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_count_60a8 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_update_sections 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_delete_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_list_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_create_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_count_f260 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_count_f260 --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_count_361f 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_count_361f --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_list_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_create_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_count_859e 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_count_859e --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_group_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_groups_sites_onenote_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `group-id`. |
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_get_onenote 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_get_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_update_onenote 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_update_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_delete_onenote 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_delete_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_list_notebooks 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_list_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_create_notebooks 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_create_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_count_6c1a 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_count_6c1a --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_notebook_from_web_url 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_notebook_from_web_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_recent_notebooks 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_recent_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
include_personal_notebooks | string | yes | Path parameter `includePersonalNotebooks`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_get_notebooks 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_get_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_update_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_update_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_delete_notebooks 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_delete_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_copy_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_copy_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_section_groups 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_count_ab55 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_count_ab55 --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_section_groups_get_count_ab55 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_section_groups_get_count_ab55 --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_create_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_count_505d 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_count_505d --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_update_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_delete_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_list_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_create_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_count_85ea 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_count_85ea --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_sections 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_count_1a52 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_count_1a52 --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_list_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_create_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_count_044d 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_count_044d --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_notebooks_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_list_operations 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_list_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_create_operations 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_create_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_operations_get_count_7b8c 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_operations_get_count_7b8c --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_get_operations 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_get_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_update_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_update_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_delete_operations 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_delete_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_list_pages 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_create_pages 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_pages_get_count_d1a4 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_pages_get_count_d1a4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_get_pages 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_update_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_delete_pages 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_get_pages_content 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_update_pages_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_me_onenote_delete_pages_content 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_copy_to_section 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_onenote_patch_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_notebook 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_section 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_preview 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_list_resources 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_list_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_create_resources 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_create_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_resources_get_count_d3f1 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_resources_get_count_d3f1 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_get_resources 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_get_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_update_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_update_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_delete_resources 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_delete_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_get_resources_content 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_get_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_update_resources_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_update_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_me_onenote_delete_resources_content 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_delete_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_list_section_groups 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_create_section_groups 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_count_e635 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_count_e635 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_get_section_groups 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_update_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_delete_section_groups 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_notebook 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_section_group 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_section_groups 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_groups_get_count_ef22 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_groups_get_count_ef22 --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_sections 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_create_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_count_fa35 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_count_fa35 --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_update_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_delete_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_list_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_create_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_count_e774 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_count_e774 --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_list_sections 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_create_sections 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_count_dbb4 9 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_get_count_dbb4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_get_sections 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_update_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_delete_sections 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_list_pages 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_create_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_count_bb75 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_count_bb75 --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_copy_to_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_section 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_preview 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_notebook 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_section_group 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_me_onenote_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_get_by_path_get_onenote 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_get_by_path_get_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
path | string | yes | Path parameter `path`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_get_by_path_update_onenote 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_get_by_path_update_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
path | string | yes | Path parameter `path`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_get_by_path_delete_onenote 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_get_by_path_delete_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
path | string | yes | Path parameter `path`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_get_onenote 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_get_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_update_onenote 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_update_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_delete_onenote 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_delete_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_list_notebooks 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_list_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_create_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_create_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_count_fb6b 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_count_fb6b --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_notebook_from_web_url 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_notebook_from_web_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_recent_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_get_recent_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
include_personal_notebooks | string | yes | Path parameter `includePersonalNotebooks`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_get_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_get_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_update_notebooks 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_update_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_delete_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_delete_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_copy_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_copy_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_count_52f9 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_count_52f9 --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_section_groups_get_count_52f9 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_section_groups_get_count_52f9 --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_create_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_count_26e6 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_count_26e6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_update_sections 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_delete_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_list_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_create_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_count_56bb 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_count_56bb --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_delete_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_count_6101 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_count_6101 --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_list_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_create_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_count_9b53 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_count_9b53 --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_delete_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_notebooks_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_list_operations 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_list_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_create_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_create_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_operations_get_count_eadd 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_operations_get_count_eadd --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_get_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_get_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_update_operations 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_update_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_delete_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_delete_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_list_pages 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_create_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_count_bfb1 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_count_bfb1 --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_get_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_update_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_delete_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_get_pages_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_update_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_copy_to_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_onenote_patch_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_section 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_preview 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_list_resources 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_list_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_create_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_create_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_resources_get_count_476e 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_resources_get_count_476e --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_get_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_get_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_update_resources 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_update_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_delete_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_delete_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_get_resources_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_get_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_update_resources_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_update_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_sites_onenote_list_section_groups 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_create_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_count_2fdb 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_count_2fdb --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_get_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_update_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_delete_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_section_groups_get_count_2fdb 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_section_groups_get_count_2fdb --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_create_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_count_2fbc 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_count_2fbc --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_update_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_delete_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_list_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_create_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_count_9ecc 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_count_9ecc --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_delete_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_list_sections 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_create_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_count_5061 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_count_5061 --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_get_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_update_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_delete_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_list_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_create_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_count_a33a 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_count_a33a --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_delete_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_site_onenote_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_sites_onenote_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | yes | Path parameter `site-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_get_onenote 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_get_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_update_onenote 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_update_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_delete_onenote 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_delete_onenote --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_list_notebooks 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_list_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_create_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_create_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_count_af06 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_count_af06 --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_notebook_from_web_url 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_notebook_from_web_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_recent_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_get_recent_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
include_personal_notebooks | string | yes | Path parameter `includePersonalNotebooks`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_get_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_get_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_update_notebooks 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_update_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_delete_notebooks 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_delete_notebooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_copy_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_copy_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_count_2e9f 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_count_2e9f --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_section_groups_get_count_2e9f 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_section_groups_get_count_2e9f --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_section_groups 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_create_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_count_2e73 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_count_2e73 --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_update_sections 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_delete_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_list_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_create_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_count_a323 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_count_a323 --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 15 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_notebook 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_count_2f79 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_count_2f79 --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_list_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_create_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_count_c5e5 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_count_c5e5 --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_notebooks_notebook_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_notebooks_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
notebook_id | string | yes | Path parameter `notebook-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_list_operations 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_list_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_create_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_create_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_operations_get_count_adfa 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_operations_get_count_adfa --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_get_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_get_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_update_operations 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_update_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_delete_operations 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_delete_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_operation_id | string | yes | Path parameter `onenoteOperation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_list_pages 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_create_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_pages_get_count_b080 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_pages_get_count_b080 --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_get_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_update_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_delete_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_get_pages_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_update_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_users_onenote_delete_pages_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_copy_to_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_onenote_patch_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_section 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_preview 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_list_resources 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_list_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_create_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_create_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_resources_get_count_dba6 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_resources_get_count_dba6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_get_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_get_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_update_resources 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_update_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_delete_resources 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_delete_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_get_resources_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_get_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_update_resources_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_update_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_users_onenote_delete_resources_content 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_delete_resources_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_resource_id | string | yes | Path parameter `onenoteResource-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_list_section_groups 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_create_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_create_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_count_497a 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_count_497a --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_get_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_update_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_update_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_delete_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_delete_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_section_groups 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_section_groups_get_count_497a 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_section_groups_get_count_497a --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_section_groups 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_section_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
section_group_id1 | string | yes | Path parameter `sectionGroup-id1`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_create_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_count_6826 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_count_6826 --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_update_sections 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_delete_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_list_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_create_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_count_dfde 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_count_dfde --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content 14 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_notebook 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_section_groups_section_group_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_section_groups_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
section_group_id | string | yes | Path parameter `sectionGroup-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_list_sections 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_list_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_create_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_create_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_count_8b0b 10 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_get_count_8b0b --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_get_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_get_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_update_sections 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_update_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_delete_sections 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_delete_sections --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_section_group 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_copy_to_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_list_pages 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_list_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_create_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_create_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_count_17eb 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_count_17eb --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_get_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_update_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Raw content body. Use `content` for bytes/text and optional `content_type`; defaults to application/octet-stream. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages_content 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_delete_pages_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_copy_to_section 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_copy_to_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content 13 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_onenote_patch_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
body | object | yes | Request body matching the official Microsoft OneNote OpenAPI schema for this operation. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_notebook 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_section 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_pages_get_parent_section --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_preview 12 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_user_onenote_sections_onenote_section_pages_onenote_page_preview --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
onenote_page_id | string | yes | Path parameter `onenotePage-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_notebook 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_notebook --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_section_group 11 parameters
kosmo integrations:schema microsoft-onenote.microsoft_onenote_users_onenote_sections_get_parent_section_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `user-id`. |
onenote_section_id | string | yes | Path parameter `onenoteSection-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.