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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Returns metadata for download page.

Parameters 

 

Name TypeDescription

id

required

string

download page id

cb

optional

functioncallback function



Example Result

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

 

 

  • No labels
Quatrix JavaSctipt APIs QJA