Get a list of pages from the specified section.
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.
FilterFilter results using OData query syntax.
LimitThe maximum number of items to return per page. The maximum value for this parameter is 100.
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.
OffsetThe pagination offset indicating the starting point for the next set of results.
Order BySort results by a specific property in ascending (asc) or descending (desc) order.

For example: displayName asc
Return All PagesAutomatically fetch all resources, page by page.
Section IDThe ID of the section to interact with.
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

{
	"value": [
		{
			"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

List Pages with Microsoft Onenote and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop