This operation initiates the download of a FileAct message.

POST {{baseUrl}}/alliancecloud/v1/fileact/messages/:distributionId

Knowing the distribution ID for a FileAct message to download, this operation can be used to both receive the FileAct metadata (companion) information and initiate the FileAct payload download tranfer.

Request Body

{"file_transfer_request"=>{"file_attributes"=>{"file_name"=>"NewAlex.txt", "file_digest_alg"=>"MD5", "file_digest"=>"Wjoufg6TFnZKoMGRqeYE6Q==", "file_size"=>1}, "file_operation"=>{"type"=>"download"}, "encryption_attributes"=>{"key_alg"=>"AES256", "key_value"=>"SrLMxjwoMMkM/7TrrIfyQC3J+MmbIiIl5QAVh8fixaI=", "key_digest_alg"=>"MD5", "key_digest"=>"ImxSuWFauml0hKUYhMZjXQ=="}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring