Purpose

Downloads the contents of a file.

Table 1. Required fields
Field Name Data Type Parameter Type Description
path VARCHAR(255) IN Specifies the name and path of the file to be downloaded. For example, /path/to/myFile.txt.
Table 2. Response
Response Data Type Parameter Type Description
content VARBINARY(16777215) OUT The content body of the file.