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
Pseudo column fields are used in the WHERE clause of SELECT statements, and offer a more granular control over the tuples that are returned from the data source. Unless otherwise specified, only the = operator is permitted when filtering on pseudocolumns.
| Name | Type | Description | |
| Depth | Integer | Depth of nodes to fetch. By default only root nodes are fetched. |