Gets requested properties for an existing document given the unique key of its parent folder and the document's file name.
readChildDocumentForName Parameter Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the target document's parent folder. |
name |
string |
The document file name. |
properties |
List<String> |
A list of String values that identify the property names whose values to return with the resulting document. |
readChildDocumentForName Response Descriptions
Parameter Name |
Data Type |
Description |
documents |
A document record. Only specified property values are returned with the record. |