> ## 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.

# Get Page Content

Retrieve the HTML content of a page.

<Note>
  External Documentation

  To learn more, visit the [Microsoft OneNote documentation](https://learn.microsoft.com/en-us/graph/api/page-get?view=graph-rest-1.0\&tabs=http).
</Note>

## Parameters

<div className="integrations-table">
  | 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.<br /><br />**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.<br /><br />**Note**: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID.                                               |
</div>

## Example Output

```json theme={"dark"}
<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&#39;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&#39;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&#39;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](https://library.blinkops.com/workflows/get-page-content-with-microsoft-onenote-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-page-content-with-microsoft-onenote-and-send-results-via-email/canvas" />
</div>
