Show/Hide Toolbars

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.

Parameters

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.

Response

readChildProjectsForEntityType Response Descriptions

Parameter Name

Data Type

Description

project

project

A project record. Only specified property values are returned with the record.

See Also:

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