Documentation Index
Fetch the complete documentation index at: https://superdoc-caio-sd-2929-configurable-toolbar.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Summary
List all permission ranges in the document. Returns only complete paired ranges (both start and end markers present).- Operation ID:
permissionRanges.list - API member path:
editor.doc.permissionRanges.list(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns a PermissionRangesListResult containing discovered permission ranges with principal and position data.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
limit | integer | no | |
offset | integer | no |
Example request
Output fields
No fields.Example response
Pre-apply throws
TARGET_NOT_FOUNDCAPABILITY_UNAVAILABLE
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

