This operation initiates the download of a FileAct message.
POST {{baseUrl}}/alliancecloud/v2/fileact/messages/:distribution-id
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 transfer.
Request Body
{"file_transfer_request"=>{"file_attributes"=>{"file_name"=>"SwiftMessagingV2Alex.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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |