Alpha: Document API is currently alpha and subject to breaking changes.
Summary
List unique header/footer part records from document relationships.- Operation ID:
headerFooters.parts.list - API member path:
editor.doc.headerFooters.parts.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 HeaderFooterPartEntry items.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
kind | enum | no | "header", "footer" |
limit | integer | no | |
offset | integer | 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
CAPABILITY_UNAVAILABLEINVALID_INPUT
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

