Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA
Skip to end of metadata
Go to start of metadata

Returns link for download all sended files as zip archive.

Parameters 

 

Name TypeDescription

id

required 
string

download page id

cb

optional

functioncallback function


Example Result

 

this.getDownloadAllFilesLink = function(id, cb) {
  return _request({
    method: 'GET',
    url: '/is/get_download_link/' + id,
    callback: cb
  });
};

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
Quatrix JavaSctipt APIs QJA