ClassificationNodesIterations
Lists classification nodes of StructureType Iteration for a given list of parent nodes ids. If no parent node ids are specified, the children of the root nodes will be displayed.
Columns
| Name | Type | References | Description |
| ParentId | Integer | ID of the parent classification node. | |
| Id [KEY] | Integer | ID of the classification node. | |
| Identifier | String | GUID of the classification node. | |
| Name | String | Name of the classification node. | |
| StructureType | String | Node structure type. | |
| HasChildren | Boolean | Indicates if the classification node has any child nodes. | |
| Attributes | String | Dictionary that has node attributes like start or finish date for iteration nodes. | |
| Path | String | Path of the classification node. | |
| Url | String | Url of the classification node. | |
| ProjectId [KEY] | String | The Id of the project to which this node belongs. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。 特に指定がない限り、擬似カラムでフィルタリングを行う場合は = 演算子のみ使用できます。
| Name | Type | Description | |
| Depth | Integer | Depth of nodes to fetch. By default only root nodes are fetched. |