Returns array of contacts.
Parameters
Name | Type | Description |
cb optional | string | PGP key name. |
Example
this.getContacts = function(cb) { return _request({ method: 'GET', url: '/contact/', callback: cb }); };
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
Returns array of contacts.
Name | Type | Description |
cb optional | string | PGP key name. |
this.getContacts = function(cb) { return _request({ method: 'GET', url: '/contact/', callback: cb }); };
Copyright 2023 Maytech a Kiteworks company • All rights reserved