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

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. |
| 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. |
{
"isDefault": true,
"userRole": {},
"isShared": true,
"sectionsUrl": "sectionsUrl-value",
"sectionGroupsUrl": "sectionGroupsUrl-value",
"links": {
"oneNoteClientUrl": {
"href": "href-value"
},
"oneNoteWebUrl": {
"href": "href-value"
}
}
}
Was this page helpful?