new FindDocumentsRequest(caseReference, name)
    Object FindDocumentsRequest
Usage: 
    RestApiService.getDocumentService().findDocuments(request, callback);
Parameters:
| Name | Type | Description | 
|---|---|---|
caseReference | 
            
            string | The reference to the case whose document references are being returned. Can be obtained using getCaseReferencesForDataView. | 
name | 
            
            string | Used for a simple search for a document by its name. | 
- Since:
 - 4.0.0
 
Members
metadata :boolean
    Query parameter: 'metadata' (optional) Pass true to include document metadata in the response.
    Type:
- boolean
 
- Since:
 - 4.0.0
 
- Default Value:
 - = false