Gets a document data object and the specified property values for a given path.
readDocumentByPath Parameter Descriptions
Parameter Name |
Data Type |
Description |
path |
string |
Path to the target document, including the document file name and extension. For example: Top Level\Attachments\Disputes\DISP-000018\IntakeRecord-3372.doc |
properties |
List<String> |
A list of String values that identify the property names whose values to return with the resulting document. |
readDocumentByPath Response Descriptions
Parameter Name |
Data Type |
Description |
document |
A document record. Only specified property values are returned with the record. |