Retrieves a hierarchal list of document folders for one or more projects.
readFolderHierarchy Parameter Descriptions
Parameter Name |
Data Type |
Description |
projUniqueKey |
List<string> |
A list of unique keys for each project. |
properties |
List<string> |
A list of strings that identify the property names of the values to return for each folder. |
readFolderHierarchy Response Descriptions
Parameter Name |
Data Type |
Description |
readFolderHierarchy |
List<DocumentTreeNode> |
A list of tree nodes. Each node includes the property values for the folders in the project and specifies the hierarchy of the folders. This parameter only returns specified property values. |