Zvini
01:13:04

« Received » get

contact/received/get - Returns a single existing received contact.
Method parameters:
id - The ID of the received contact to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the received contact.
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.
}
Expected errors:
RECEIVED_CONTACT_NOT_FOUND - A received contact with the ID doesn't exist.