get-onenote-page-content
Retrieve the HTML content of a OneNote page by its ID. Supports pagination to merge up to 100 pages and optional response headers.
Instructions
The page's HTML content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| onenotePageId | Yes | Path parameter: onenotePageId | |
| 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. | |
| 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 |