External DocumentationTo learn more, visit the Microsoft OneNote documentation.
Actions
Get Page
Retrieve the properties of a page.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Expand | Optional fields to include the response. For more information about the Expand parameter, please refer to Microsoft query parameters documentation. |
| 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. |
| Select Properties | A comma-separated list of specific properties to include in the response. When omitted, all properties are returned. For example: displayName,createdDateTime |
| 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. |
{
"title": "title-value",
"createdByAppId": "createdByAppId-value",
"links": {
"oneNoteClientUrl": {
"href": "href-value"
},
"oneNoteWebUrl": {
"href": "href-value"
}
},
"contentUrl": "contentUrl-value",
"content": "content-value",
"lastModifiedDateTime": "2016-10-19T10:37:00Z"
}
Was this page helpful?