Method | Description | |
---|---|---|
addContact ( integer $list_id, array $contact_ids ) : |
Add a contact to a list. | |
all ( array $params = [] ) : |
Get a set of contact lists. | |
contacts ( integer $id, array $params = [] ) : |
Get contacts in a list. | |
create ( array $list ) : |
Create a new contact list. | |
delete ( integer $id ) : |
Delete a contact list. | |
getAllDynamic ( array $params = [] ) : |
||
getAllStatic ( array $params = [] ) : |
||
getBatchByIds ( array $ids ) : |
||
getById ( integer $id ) : |
||
recentContacts ( integer $id, array $params = [] ) : |
Get recently added contact from a list. | |
refresh ( integer $id ) : |
Refresh a list. | |
removeContact ( integer $list_id, array $contact_ids ) : |
Remove a contact from a list. | |
update ( integer $id, array $list ) : |
Update a contact list. |
public addContact ( integer $list_id, array $contact_ids ) : |
||
$list_id | integer | |
$contact_ids | array | |
return |
public getAllDynamic ( array $params = [] ) : |
||
$params | array | Optional parameters ['count', 'offset'] |
return |
public getAllStatic ( array $params = [] ) : |
||
$params | array | Optional parameters ['count', 'offset'] |
return |
public getBatchByIds ( array $ids ) : |
||
$ids | array | |
return |
public recentContacts ( integer $id, array $params = [] ) : |
||
$id | integer | List id |
$params | array | |
return |
public removeContact ( integer $list_id, array $contact_ids ) : |
||
$list_id | integer | |
$contact_ids | array | |
return |