Contacts

Response Structure

{
"data": [
{
"Owner": { //Name and ID of the owner of the Account
"name": "Patricia Boyle",
"id": "3652397000000281001"
},
"Email": "Kayleigh-lace@yahoo.com", //Email ID of the contact
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Visitor_Score": null, //Score for the contact obtained from SalesIQ
"Other_Phone": null, //The other phone number of the contact, if any
"Mailing_State": "OH", //Primary mailing address of the contact
"Other_State": null, //The other address of the contact, if any
"Other_Country": null,
"Last_Activity_Time": "2019-01-02T16:43:37+05:30", //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": null, //Represents the department of the contact
"$process_flow": false, //Represents if the record is a blueprint data
"Assistant": null, //Name of the contact's assistant
"Mailing_Country": "Butler",
"id": "3652397000000388085", //Unique ID of the Contact
"$approved": true, //Represents whether the record is approved
"Reporting_To": null, //Name and ID of the contact to whom this contact reports to
"$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": null,
"Created_Time": "2019-01-02T14:44:13+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 record is editable
"Home_Phone": null, //Residence phone number of the Contact
"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": "3652397000000186017"
},
"Secondary_Email": null, //Another email address of the contact
"Description": null, //Description of the Contact
"Vendor_Name": null, //Name and ID of the vendor related to the Contact
"Mailing_Zip": "45011", "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.
"Twitter": "Kayleigh-lace", //The Twitter handle of the contact
"Other_Zip": null,
"Mailing_Street": "34 Center St",
"Average_Time_Spent_Minutes": null, //The average time in minutes the contact spends in Zoho CRM. his is a system-generated field. You cannot modify it.
"Salutation": "Ms.",
"First_Name": "Kayleigh", //Mr., Ms, Mrs., or others
"Asst_Phone": null, //Phone number of the Contact's assistant, if any
"Full_Name": "Ms. Kayleigh Lace", //Full name of the contact
"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": "3652397000000186017"
},
"Skype_ID": "Kayleigh-lace", //The Skype ID of the Contact
"Phone": "555-555-5555", //The phone number of the Contact
"Account_Name": { //Name and ID of the Account the Contact is associated with
"name": "Printing Dimensions",
"id": "3652397000000190097"
},
"Email_Opt_Out": false, //Specifies whether the contact has opted out of email notifications from Zoho CRM
"Modified_Time": "2019-01-02T14:44:13+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": null, //Date of birth of the Contact in mm/dd/yyyy format
"Mailing_City": "Hamilton",
"Title": "Cost Accountant", //Title/job position of the Contact
"Other_Street": null,
"Mobile": "555-555-5556", //Mobile number of the Contact
"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": "Lace", //Last name of the Contact. This is a mandatory field.
"Referrer": null, //Name and ID of the Contact who referred this Contact
"Lead_Source": "Partner", //Represents the source from which the Contact was created
"Tag": [], //List of tags associated with the record
"Fax": null //Fax number of the Contact
}
]
}

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.