Retrieves requested properties of child project records for a given parent project record. You must also specify the project type of child projects to retrieve.
readChildProjectsForEntityType Parameter Descriptions
Parameter Name |
Data Type |
Description |
parentProjectUniqueKey |
string |
Unique key of the parent project record whose child project records to read. |
projectEntityTypeUniqueCode |
string |
Unique code or tree position for the default category of the child project records to return. The unique code will be used like a search criteria and child projects that have the specified unique code set as default will be returned. |
properties |
List<String> |
A list of String values that identify the property names whose values to return with the resulting projects. |
readChildProjectsForEntityType Response Descriptions
Parameter Name |
Data Type |
Description |
project |
A project record. Only specified property values are returned with the record. |
project for more information about the properties you can retrieve
projectAssignee for more information about the properties you can retrieve for assignees
projRelation for more information about the properties you can retrieve for relations
phaseInterval for more information about the properties you can retrieve for phases