list-site-onenote-pages
list-site-onenote-pagesList and search OneNote pages in a SharePoint site's notebooks using the site ID, with support for filters, full-text search, and pagination to handle large result sets.
Instructions
List/search OneNote pages of a SharePoint site's notebooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| filter | No | OData $filter expression, e.g. "importance eq 'high'" or "hasAttachments eq true" | |
| search | No | Full-text search query | |
| siteId | Yes | SharePoint site id | |
| orderby | No | OData $orderby, e.g. "receivedDateTime desc" | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. |