GET api/Projects/{projectId}/FolderStructure/TreeNodeId
Get a project folder structure
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
FolderStructureNodeFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| EntityId | integer |
None. |
|
| SubcontractId | integer |
None. |
|
| ProjectId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"entityId": 1,
"subcontractId": 2,
"projectId": 3
}
text/html
Sample:
{"key":"sample string 1","entityId":1,"subcontractId":2,"projectId":3}
application/xml, text/xml
Sample:
<FolderStructureNodeFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.DocumentModule.Application.Dtos.Dtos.StructureAgg"> <EntityId>1</EntityId> <Key>sample string 1</Key> <ProjectId>3</ProjectId> <SubcontractId>2</SubcontractId> </FolderStructureNodeFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiDataResultOfIEnumerableOfFolderTreeNode| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of FolderTreeNode |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Collection of CustomError |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.