Retrieve a raw entry part
Fetch the textual content for a specific raw entry block. If the block is not unlocked, the content is censored unless auto_unlock=true succeeds.
Query parameters
- container_id: Required container identifier.
- entry_path: Path of the entry inside the container.
- seq: Block sequence number (0-based).
- trim_overlap: When true, drop the overlapping prefix shared with the previous block.
- overlap_chars: Number of characters to trim when trim_overlap=true (default from configuration).
- auto_unlock: Attempt to unlock the block using points when necessary.
Response Returns PartResponse describing the block and its (possibly censored) content.
Query parameters
Container identifier.
Container identifier.
Path of the entry inside the container.
Path of the entry inside the container.
Block sequence number (0-based).
Block sequence number (0-based).
Drop the overlapping prefix shared with the previous block.
Drop the overlapping prefix shared with the previous block.
Characters to trim when trim_overlap=true.
Characters to trim when trim_overlap=true.
Attempt to unlock the block using points when necessary.
Attempt to unlock the block using points when necessary.
Response
Block returned successfully (content censored unless unlocked).
Changes
No recorded changes to this endpoint across all 1 revision of this API.