Zvini
01:06:28

« Received » list

contact/received/list - Returns a list of all received contacts.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the received contacts.
sender_username: <string> - The username of who sent the contact.
full_name: <string> - The full name of the received contact.
alias: <string> - The alias of the received contact.
address: <string> - The address of the received contact.
email1: <string> - The primary email of the received contact.
email1_label: <string> - The label of the primary email of the received contact.
email2: <string> - The secondary email of the received contact.
email2_label: <string> - The label of the secondary email of the received contact.
phone1: <string> - The primary phone of the received contact.
phone1_label: <string> - The label of the primary phone of the received contact.
phone2: <string> - The secondary phone of the received contact.
phone2_label: <string> - The label of the secondary phone of the received contact.
birthday_time: <number> - The Unix timestamp of the birthday of the received contact.
username: <string> - The Zvini username of the received contact.
timezone: <number> - The timezone offset of the received contact in minutes.
tags: <string> - The space-separated list of tags.
notes: <string> - Additional notes of the received contact.
favorite: <boolean> - Whether the received contact is marked as favorite.
insert_time: <number> - The Unix timestamp of when the contact was received.
}
...
]
No errors expected.