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

Returns metadata for specified contact.

Parameters 

Name TypeDescription
uuid

required 

string

contact uuid

cb

optional

functioncallback function



Example

this.getContactMetadata = function(uuid, cb){
  return _request({
    method: 'GET',
    url: '/contact/metadata/'+ uuid,
    callback: cb
  });
};
  • No labels
Write a comment…
Quatrix JavaSctipt APIs QJA