get-onenote-page-content
get-onenote-page-contentGet the HTML content of a specific OneNote page using its ID, enabling extraction of text and structure for analysis or export.
Instructions
The page's HTML content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fetchAllPages | No | Follow @odata.nextLink and merge up to 100 pages into one response. Can return enormous payloads—only when the user explicitly needs a full export. Prefer a small $top first, then paginate or narrow with $filter/$search. | |
| onenotePageId | Yes | Value for the 'onenotePageId' path segment. Pass it under the name 'onenotePageId', not as 'id'. Use the 'id' field of the onenote page object as returned by Microsoft Graph. | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |