KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
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
Provider shortcut
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.

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