Page History
Returns array of contacts.
Parameters
Name | Type | Description |
cb optional | string | PGP key name. |
Example
Code Block | ||
---|---|---|
| ||
this.getContacts = function(cb) { return _request({ method: 'GET', url: '/contact/', callback: cb }); }; |
Returns array of contacts.
Name | Type | Description |
cb optional | string | PGP key name. |
Code Block | ||
---|---|---|
| ||
this.getContacts = function(cb) { return _request({ method: 'GET', url: '/contact/', callback: cb }); }; |
Copyright 2023 Maytech a Kiteworks company • All rights reserved