Class Index

Classes


Download

Downloads assets
Defined in: download.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Download(ids, keepDirectoryStructure, noZip)
This endpoint compresses the assets into a zip file and returns a 302 Redirect response to the downloaded file
Class Detail
Download(ids, keepDirectoryStructure, noZip)
This endpoint compresses the assets into a zip file and returns a 302 Redirect response to the downloaded file
Parameters:
ids
The asset id's to zip and download
keepDirectoryStructure Optional, Default: false
if true the zipped assets will maintain the folder structure of the assets in MediaBeacon
noZip Optional, Default: false
if true and a single asset is specified it will be downloaded directly without being zipped.
Returns:
302 Redirect to the download file
{*}
/wf/restapi/v2/download

Parameters:
ids=[201624269,201624270]

Response:
302 Redirect to the download URL

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 08 2022 12:01:48 GMT-0500 (CDT)