GET api/Project/projectBaseFamilyTree?projectId={projectId}
Get projectBase family by tree
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Get projectBase family by tree
API_Data_ProjectBaseFamilyTreeItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Error | ErrorInfo |
None. |
|
| Data | ProjectBaseFamilyTreeItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Error": {
"ErrorCode": 1,
"ErrorMessage": "sample string 1"
},
"Data": {
"ProjectId": 1,
"ProjectName": "sample string 2",
"ProjectType": 3,
"Children": []
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.