get-onenote-page-content
get-onenote-page-contentRetrieve a OneNote page's HTML content by its page ID. Optionally fetch all pages via pagination or include response headers.
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 |