get-onenote-page-content
get-onenote-page-contentRetrieve HTML content of a OneNote page by its ID. Use this to access page data for export or further processing.
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 | Path parameter: onenotePageId | |
| 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 |