Alpha: Document API is currently alpha and subject to breaking changes.
Summary
List header/footer slot entries across sections.- Operation ID:
headerFooters.list - API member path:
editor.doc.headerFooters.list(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns a paginated DiscoveryOutput of HeaderFooterSlotEntry items.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
kind | enum | no | "header", "footer" |
limit | integer | no | |
offset | integer | no | |
section | SectionAddress | no | SectionAddress |
section.kind | "section" | no | Constant: "section" |
section.sectionId | string | no |
Example request
Output fields
| Field | Type | Required | Description |
|---|---|---|---|
evaluatedRevision | string | yes | |
items | object[] | yes | |
page | PageInfo | yes | PageInfo |
page.limit | integer | yes | |
page.offset | integer | yes | |
page.returned | integer | yes | |
total | integer | yes |
Example response
Pre-apply throws
INVALID_INPUTINVALID_TARGET
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

