list-onenote-notebook-sections
list-onenote-notebook-sectionsRetrieve sections of a OneNote notebook, newest-modified first, with automatic pagination after 100 sections. Apply filters or custom ordering to find specific sections.
Instructions
List sections of a OneNote notebook (newest-modified first; paginates past 100 sections automatically).
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" | |
| 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. | |
| notebookId | Yes | Value for notebookId |