Alpha: Document API is currently alpha and subject to breaking changes.
Summary
List all TC (table of contents entry) fields in the document body.- Operation ID:
toc.listEntries - API member path:
editor.doc.toc.listEntries(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns a TocListEntriesResult with an array of TC entry discovery items and pagination metadata.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
levelRange | object | no | |
limit | integer | no | |
offset | integer | no | |
tableIdentifier | string | no |
Example request
Output fields
| Field | Type | Required | Description |
|---|---|---|---|
evaluatedRevision | string | yes | |
items | object[] | yes | |
page | PageInfo | yes | PageInfo |
total | integer | yes |
Example response
Pre-apply throws
- None
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

