Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the HTML content of a page.
Parameters
| Parameter | Description |
|---|
| Include Element IDs | Select to include HTML element IDs in the page content response. Useful for targeting specific elements for updates. |
| Notebook ID | The ID of the OneNote notebook to interact with.
Note: This parameter’s fetcher depends on the selected notebook location. When location is not specified, the fetcher will retrieve all notebooks from the account. |
| Notebook Location | Choose whether to access OneNote from your account, OneDrive, or from a SharePoint site. |
| Page ID | The ID of the page to interact with. |
| Section ID | The ID of the section to interact with. |
| Site ID | The ID of the SharePoint site that contains the OneNote notebook. Can be obtained by using the SharePoint List Sites action. |
| User ID | The ID of the user whose OneDrive contains the OneNote notebooks.
Note: Using the delegated (OAuth) connection type will only allow to insert the connected user’s ID. |
Example Output
<html lang="en-US">
<head>
<title>A page with rendered images and an attached file</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="created" content="2015-07-22T09:00:00.0000000" />
</head>
<body data-absolute-enabled="true" style="font-family:Calibri;font-size:11pt">
<div data-id="_default" style="position:absolute;left:48px;top:120px;width:624px">
<p style="margin-top:5.5pt;margin-bottom:5.5pt">Here's an image from an online source:</p>
<img alt="an image on the page" src="https://graph.microsoft.com/v1.0/siteCollections/havivblinkops.sharepoint.com,7b7c24ae-64e5-4dd3-8984-7348b470363d,fcdbf407-7d0f-4fd8-86be-0edadadaa515/onenote/resources/1-f9cbce21b5ff4e32a93b25e00c5b3d14!1-5037fdce-ecb5-426b-92ed-94d8ae50bb4a/$value" data-src-type="image/jpeg" data-fullres-src="https://graph.microsoft.com/v1.0/siteCollections/havivblinkops.sharepoint.com,7b7c24ae-64e5-4dd3-8984-7348b470363d,fcdbf407-7d0f-4fd8-86be-0edadadaa515/onenote/resources/1-f9cbce21b5ff4e32a93b25e00c5b3d14!1-5037fdce-ecb5-426b-92ed-94d8ae50bb4a/$value" data-fullres-src-type="image/jpeg" />
<p style="margin-top:5.5pt;margin-bottom:5.5pt">Here's an image uploaded as binary data:</p>
<img alt="an image on the page" width="300" />
<p style="margin-top:5.5pt;margin-bottom:5.5pt">Here's a file attachment:</p>
<object data-attachment="FileName.pdf" type="application/pdf" />
</div>
</body>
</html>
Workflow Library Example
Get Page Content with Microsoft Onenote and Send Results Via Email