External DocumentationTo learn more, visit the Microsoft OneNote documentation.
Actions
List Pages
Get a list of pages from the specified section.

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. |
| Filter | Filter results using OData query syntax. |
| Limit | The maximum number of items to return per page. The maximum value for this parameter is 100. |
| 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. |
| Offset | The pagination offset indicating the starting point for the next set of results. |
| Order By | Sort results by a specific property in ascending (asc) or descending (desc) order. For example: displayName asc |
| Return All Pages | Automatically fetch all resources, page by page. |
| 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. |
{
"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"
}
]
}
Was this page helpful?