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

Parameters

ParameterDescription
ExpandOptional fields to include the response.

For more information about the Expand parameter, please refer to Microsoft query parameters documentation.
Notebook IDThe 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 LocationChoose whether to access OneNote from your account, OneDrive, or from a SharePoint site.
Page IDThe ID of the page to interact with.
Section IDThe ID of the section to interact with.
Select PropertiesA comma-separated list of specific properties to include in the response. When omitted, all properties are returned.

For example: displayName,createdDateTime
Site IDThe ID of the SharePoint site that contains the OneNote notebook. Can be obtained by using the SharePoint List Sites action.
User IDThe 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

{
	"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"
}

Workflow Library Example

Get Page with Microsoft Onenote and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop