Loading...
Downloads a list of attachment ids as a zip file.
downloadOptions - JSON object
requestedIds - list of ids to download
fileName - (optional) name of the downloaded file
brixxApi.downloadAttachments({ requestedIds:[196, 197, 200] });
brixxApi.downloadAttachments({ requestedIds:[196, 197, 200], fileName: "myDownload.zip" });