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

Version 1 Next »

Returns all share actions history for specified day.

Parameters 

Name TypeDescription
cuuidstring

uuid iShare uuid

dayinteger

specified day

cbfunction

callback function



Example Result

this.getTrackingDaily = function(cuuid, day, cb) {
  return _request({
    method: 'GET',
    url: '/is/tracking/' + cuuid + '?date=' + day,
    callback: cb
  });
};

 

 

  • No labels
Quatrix JavaSctipt APIs QJA