ActiveTransfer Server 10.15 | webMethods ActiveTransfer Documentation | Administering ActiveTransfer Server | API Support for HTTP file operations | Downloading a file
 
Downloading a file
Use this API to download a file.
Payload type
Body
Headers
form-data (key-value)
path: <filename>
isFile: true
Authorization
Content-Type:
multipart/form-data; boundary=<calculated when the request is sent>
JSON
{
"path":"/httpapi/ActiveTransfer.log",
"isFile":"true"
}
Authorization
Content-Type: application/json
Response
{
"success": "true (in case of api request is success and false in case of failure)",
"responseMessage": "message associated to the operation."
}