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 »

Fetches contact of specified user.

Parameters 

 

Name TypeDescription

cuuid

string

user uuid

cb

function

callback function



Example Result

 this.readUserContact = function(cuuid, cb) {
  return _request({
    method: 'GET',
    url: 'user/contacts/' + cuuid,
    callback: cb
  });
};

 

 

  • No labels
Quatrix JavaSctipt APIs QJA