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

Returns array of contacts.

Parameters 

 

Name TypeDescription

cb

optional

string

PGP key name.



Example

this.getContacts = function(cb) {
  return _request({
    method: 'GET',
    url: '/contact/',
    callback: cb
  });
};

 

 

  • No labels
Write a comment…
Quatrix JavaSctipt APIs QJA