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 3 Current »

Returns metadata about specified folder

Parameters 

 

Name TypeDescription
resourcestring

id of specified folder

dataobject 
cbfunction

callback function


Example Result

this.metadata = function(resource, data, cb) {
  return _request( {
    method: 'GET',
    url: '/file/metadata/'+resource,
    data: data,
    callback: cb
  });
};

 

 

  • No labels
Quatrix JavaSctipt APIs QJA