API Guide
/api/SearchService/Actions/
SearchService.GetDocument
POST method for SearchService.GetDocument
This method searches for the document name you provide and returns the document that you can save.
Description Returns the document corresponding to the search string.
Privilege VIEW
HTTP response
codes
200
Example
Input:
{
"FileName":"Whitepaper-PCSV-1.0.pdf"
}
Output:
A window appears prompting you to select the location for saving the file.
Table 112. Attributes
Attribute name Description
FileName Name of the file to be searched.
Search 253