Alpha: Document API is currently alpha and subject to breaking changes.
Summary
List content controls within a block range.- Operation ID:
contentControls.listInRange - API member path:
editor.doc.contentControls.listInRange(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns a ContentControlsListResult scoped to the range.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
endBlockId | string | yes | |
limit | integer | no | |
offset | integer | no | |
startBlockId | string | yes |
Example request
Output fields
| Field | Type | Required | Description |
|---|---|---|---|
items | object[] | yes | |
total | integer | yes |
Example response
Pre-apply throws
TARGET_NOT_FOUNDINVALID_INPUTCAPABILITY_UNAVAILABLE
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

