getPageContent
Extract content from OneNote pages by specifying a page ID and desired format (text, HTML, or summary), enabling direct retrieval of readable, raw, or concise information for efficient data access and management.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Format of the content: text (readable), html (raw), or summary (brief). | text |
| pageId | Yes | The ID of the page to retrieve content from. |