contacts
List contacts
List selected data from all contacts that match the specified filter and search criteria in a specific sort order. Requires `contacts` permission.
Create new contact
Create a new contact and return its persistent data. Requires writable `contacts` permission.
Get contact
Return the data of an existing contact by **`ID`**. Requires `contacts` permission.
Check if contact exists
Check if a contact with **`ID`** exists, but do not return its data. Requires `contacts` permission.
Update existing contact
Update an existing contact by **`ID`** and return its persistent data. Requires writable `contacts` permission.
Delete contact
Permanently delete an existing contact by **`ID`**. Requires writable `contacts` permission.