get https://examplebaseURL.com/v1/api/apps//contacts/extcontact-list
Response Format
Parameter | Type | Description |
---|---|---|
id | String | External contact id |
firstName | String | External contact first name |
lastName | String | External contact last name |
mobilePhone | Number | Mobile contact number |
workPhone | Number | Work contact number |
homePhone | Number | Home contact number |
otherPhone | Number | Other contact number |
String | Work Email address | |
personalEmail | String | Personal email address |
otherEmail | String | Other email address |
String | Facebook ID | |
Number | WhatsApp number | |
String | Wechat ID | |
line | String | LINE ID |
String | Twitter ID | |
String | LinkedIn ID | |
woztellWhatsApp | String | Woztell WhatsApp ID |
woztellFacebook | String | Woztell Facebook ID |
woztellInstagram | String | Woztell Instagram ID |
String | Twitter ID | |
String | Linkedin account | |
companyName | String | Company name |
department | String | Department name |
jobTitle | String | Job Title |
birthday | String | Birth date |
language | String | Preferred language |
address.street | String | Mailing address |
address.city | String | Mailing city |
address.state | String | Mailing state |
address.zipcode | String | Mailing zipcode |
address.country | String | Mailing country |
customerType | String | Contact type |
group | String | Contact group |
level | String | Contact level |
ownerId | String | Contact owner ID |
ownerName | String | Contact owner name |
ownerDepartment | String | Contact owner department |
sharedWith | String | Staff member (staff ID) shared with the contact |
slaveContacts | String | Merged contacts (contact id) |
{cf_text} | Text | A custom field that holds text value for the external contact. {cf_text} is not a static parameter or key. Please get the exact Custom "Field ID" value in your Contact Field Management page for the "Text" Field Type. |
{cf_drop_down_single} | Dropdown List (Single Selection) | A custom field that holds a single selection from a predefined list of options for the external contact. {cf_drop_down_single} is not a static parameter or key. Please get the exact Custom "Field ID" value in your Contact Field Management page for the "Dropdown List (Single Selection)" Field Type. |
{cf_drop_down_multi} | Dropdown List (Multiple Selection) | A custom field that holds multiple selections from a predefined list of options for the external contact. {cf_drop_down_multi} is not a static parameter or key. Please get the exact Custom "Field ID" value in your Contact Field Management page for the "Dropdown List (Multiple Selection)" Field Type. |
{cf_url} | URL | A custom field that holds a URL value for the external contact. {cf_url} is not a static parameter or key. Please get the exact Custom "Field ID" value in your Contact Field Management page for the "URL" Field Type. |
{cf_date} | Date | A custom field that holds a date value for the external contact. {cf_date} is not a static parameter or key. Please get the exact Custom "Field ID" value in your Contact Field Management page for the "Date" Field Type. |
{cf_time} | Time | A custom field that holds a time value for the external contact. {cf_time} is not a static parameter or key. Please get the exact Custom "Field ID" value in your Contact Field Management page for the "Time" Field Type. |
{cf_checkbox} | Checkbox | A custom field that holds a boolean value (true/false) for the external contact. {cf_checkbox} is not a static parameter or key. Please get the exact Custom "Field ID" value in your Contact Field Management page for the "Checkbox" Field Type. |