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

Fetches contact of specified user.

Parameters 

 

Name TypeDescription

cuuid

required

string

user uuid

cb

optional

function

callback function



Example Result

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

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
Quatrix JavaSctipt APIs QJA