Gets requested properties for an existing document folder given the unique key of its owner (user).
readDocumentFolderForDocumentOwner Parameter Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the document folder owner (user). |
properties |
List<String> |
A list of String values that identify the property names whose values to return with the resulting document. |
readDocumentFolderForDocumentOwner Response Descriptions
Parameter Name |
Data Type |
Description |
documents |
A document record. Only specified property values are returned with the record. |