Contacts
Response Structure
{
"data": [
{
"Owner": { //Name, ID, and the email ID of the owner of the Account
"name": "Patricia Boyle",
"id": "4150868000000225013",
"email": "patricia.b@zohocorp.com"
},
"Email": "patricia.b@zylker.com", //Email ID of the contact
"$currency_symbol": "DA", //The currency in which the revenue is generated
"Visitor_Score": null, //Score for the contact obtained from SalesIQ
"Other_Phone": "5555555555", //The other phone number of the contact, if any
"Mailing_State": "OH", //Primary mailing address of the contact
"Other_State": "OH", //The other address of the contact, if any
"Other_Country": "Butler", //The other address of the contact, if any
"Last_Activity_Time": //The date and time at which the record was last used in an operation. This is a system-generated field. You cannot modify it.
"Department": "Automation", //Represents the department of the contact
"$process_flow": false, //Represents if the record is a blueprint data
"Assistant": "James", //Name of the contact's assistant
"Exchange_Rate": 3, //Exchange rate of the currency
"Currency": "DZD", //The currency in which the revenue is generated
"Mailing_Country": "Butler", //The other address of the contact, if any
"Data_Processing_Basis_Details": null,
"id": "4150868000002780035", //Unique ID of the Contact
"Data_Source": "Manual",
"$approved": true, //Represents whether the record is approved
"Reporting_To": { //Name and ID of the contact to whom this contact reports to
"name": "Alicia Boyle",
"id": "4150868000002500007"
},
"$approval": { //Represents if the current user can approve, delegate, reject, or resubmit the operations performed on this record
"delegate": false,
"approve": false,
"reject": false,
"resubmit": false
},
"First_Visited_URL": null, //The URL address of the page that the contact visited first. This is a system-generated field. You cannot modify it.
"Days_Visited": null, //The number of days the contact visited Zoho CRM
"Other_City": "Hamilton", //Represents address details of the Contact
"Negative_Touch_Point_Score": 0,
"$data_source_details": null,
"Created_Time": "2020-07-31T18:27:24+05:30", //Date and time at which the record was created. This is a system-generated field. You cannot modify it.
"$editable": true, //Represents whether the user can edit records in the Contacts module.
"Positive_Touch_Point_Score": 0,
"Last_Contacted_On": null, //Represents the Date and Time at which the Contact was last contacted
"Home_Phone": "9876543210", //Residence phone number of the Contact
"Score": 0,
"Negative_Score": 0,
"Last_Visited_Time": null, //The date and time at which the Contact last visited Zoho CRM. This is a system-generated field. You cannot modify it.
"Created_By": { //Name and ID of the user who created the record. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "4150868000000225013",
"email": "patricia.b@zohocorp.com"
},
"Secondary_Email": "patricia.boyle@zylker.com", //Alternate email address of the contact
"Touch_Point_Score": 0,
"Positive_Score": 0,
"Description": "This is a sample description", //Description of the Contact
"Vendor_Name": { //Name and ID of the vendor related to the Contact
"name": "Vendor1",
"id": "4150868000000236379"
},
"Mailing_Zip": "450011", //Represents address details of the Contact
"Number_Of_Chats": null, //The number of times the contact has had a chat with the Zoho CRM team. This is a system-generated field. You cannot modify it.
"$review_process": { //Represents the details of the review process of the contact
"approve": false,
"reject": false,
"resubmit": false
},
"Twitter": "sample", //The Twitter handle of the contact
"Other_Zip": "450011", //Represents address details of the Contact
"Mailing_Street": "34 Centre Street", //Represents address details of the Contact
"Average_Time_Spent_Minutes": null,
"Salutation": "Ms.", //Mr., Ms, Mrs., or others
"First_Name": "Patricia", //Represents the first name of the Contact
"Full_Name": "Ms. Patricia Boyle", //Represents the full name of the Contact
"Asst_Phone": "5555555555", //Phone number of the Contact's assistant, if any
"Record_Image": null, //The profile image of the Contact
"Modified_By": { //Name and ID of the user who modified the Account. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "4150868000000225013",
"email": "patricia.b@zohocorp.com"
},
"$review": null, //Represents if the Contact is in review process
"Skype_ID": "sample", //The Skype ID of the Contact
"Phone": "9090909090", //The phone number of the Contact
"Account_Name": { //Name and ID of the Account the Contact is associated with
"name": "Zylker",
"id": "4150868000001416001"
},
"Email_Opt_Out": true, //Specifies whether the contact has opted out of email notifications from Zoho CRM
"Modified_Time": "2020-07-31T18:27:24+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"Date_of_Birth": "1996-07-04", //Date of birth of the Contact in mm/dd/yyyy format
"Mailing_City": "Hamilton", //Represents address details of the Contact
"Title": "Manager", //Title/job position of the Contact
"Other_Street": "34 Centre Street", //Represents address details of the Contact
"Mobile": "9876543210", //Mobile number of the Contact
"Territories": [ //Represents the list of territories the Contact is associated with
"Sample"
],
"$orchestration": false, //Represents if the Contact is in orchestration process
"$stop_processing": false,
"First_Visited_Time": null, //Date and time at which the Contact first visited Zoho CRM. This is a system-generated field. You cannot modify it.
"Last_Name": "Boyle", //Last name of the Contact. This is a mandatory field.
"Layout": { //Represents the layout details of the Contact
"name": "Standard",
"id": "4150868000000091033"
},
"$in_merge": false,
"Referrer": null,
"Lead_Source": "Employee Referral", //Name and ID of the Contact who referred this Contact
"Tag": [], //List of tags associated with the record
"Fax": "0909090", //Fax number of the Contact
"$approval_state": "approved" //Represents if the record is approved
}
]
}
Note:
- The fields Visitor_Score, Last_Activity_Time, First_Visited_URL, Days_Visited, Last_Visited_Time, Referrer, Number_Of_Chats, Average_Time_Spent_Minutes, and First_Visited_Time are auto-populated from SalesIQ. You cannot modify them.
- The fields beginning with "$" indicate that they do not appear on the Zoho CRM UI, but contain important data. They are read-only fields.
- For more information about sample attributes, refer Get List of Records.