Hi Experts,
Is there a REST API or CWS call available to zip and download multiple files from Content Server by passing just the list of dataid's ?
Regards, Divakar
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
I doubt if such OOB exists are you interested in developing one using Oscript? You could also use a simple search form pass all the IDs add it to a collection. The collection command allows you "zip and download". If collections are recognized by CWS or REST maybe you can try.
This is the programmer in me thinking out loud. I think OT's Oscript uses Java libraries for accomplishing the "Download & Zip" so wouldn't it be the same if you did it at your end or does zipping it up on the server and send the big package over the wire get you something better?
@Divakar_Mohan said: Hi Experts, Is there a REST API or CWS call available to zip and download multiple files from Content Server by passing just the list of dataid's ? Regards, Divakar
@Divakar_Mohan said: Hi Experts,
I haven't found this in a document yet but there appear to be a zipanddownload REST object in 16.2.8 and up. Also in 16.2.9 the SmartView UI supports zipanddownload, presumably through this object. When building custom active view screens in classic UI we used to just leverage the classic URIs, e.g. ?func=multifile.zipanddownload, essentially imitating the normal URL used by the standard screen.
Greg
Thanks Appu and Greg..
Since we are in 16.0 version, we are going with the creation of new oscript-module to achieve this.