get-onenote-page-content
Extract HTML content from a specific OneNote page using Microsoft Graph API for integration and data retrieval purposes.
Instructions
The page's HTML content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| onenotePageId | Yes | Path parameter: onenotePageId | |
| fetchAllPages | No | Automatically fetch all pages of results | |
| 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 |