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

Returns sended files list.

Parameters 

 

Name TypeDescription

id

required

string

download page id

password

required

string

for download page, if this page under password protection

cb

optional

functioncallback function


Example

 

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

 

 

  • No labels
Write a comment…
Quatrix JavaSctipt APIs QJA