read_document_parts
Retrieve the structural parts of a Polarion document, including part IDs, heading levels, and work item descriptions, to map its hierarchy and content.
Instructions
List the structural parts of a document in order.
Use to map a document's structure — part IDs
(move_work_item_to_document), heading levels, body content; each
workitem part carries its description as Markdown. For plain
reading prefer read_document. To list a document's work items use
list_work_items instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Polarion project ID. | |
| space_id | Yes | Space ID containing the document. | |
| document_name | Yes | Document name within the space. | |
| page_size | No | ||
| page_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| total_count | Yes | ||
| page | Yes | ||
| page_size | Yes | ||
| has_more | No |