Leads

Response Structure

{
"data": [
{
"Owner": { //Name and ID of the owner of the Lead
"name": "Patricia Boyle",
"id": "3652397000000281001"
},
"Company": "Dal Tile Corporation", //Name of the company where the lead is working. This field is mandatory.
"Email": "Theola-frey@frey.com", //Email ID of the Lead
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Visitor_Score": null, //Score for the lead obtained from SalesIQ
"Last_Activity_Time": "2018-12-28T11:04:20+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.
"Industry": "ManagementISV", //Represents the industry to which the Lead belongs
"$converted": false, //Represents whether the Lead is converted into a deal or contact
"$process_flow": false, //Represents if the record is a blueprint data
"Street": "4 B Blue Ridge Blvd", //Street address of the lead
"Zip_Code": "48116",
"id": "3652397000000190367", //Unique ID of the lead
"$approved": true, //Represents whether the record is approved
"$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 lead visited first. This is a system-generated field. You cannot modify it.
"Days_Visited": null, //The number of days the lead visited Zoho CRM
"Created_Time": "2018-11-14T15:31:28+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
"City": "Brighton",
"No_of_Employees": 0, //The number of employees in lead's company
"State": "MI",
"Country": "Livingston",
"Last_Visited_Time": null, //The date and time at which the lead 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"
},
"Annual_Revenue": 200000, //Annual revenue of the lead's company
"Secondary_Email": null, //Another email Id of the lead
"Description": null, //Description of the lead
"Number_Of_Chats": null, //The number of times the lead has had a chat with the Zoho CRM team. This is a system-generated field. You cannot modify it.
"Rating": null, //Represents the rating of the lead
"Website": "http://www.chanayjeffreyaesq.com",//Website of the lead
"Twitter": "Theolafrey", //Twitter handle of the lead
"Average_Time_Spent_Minutes": null, //The average time in minutes the lead spends in Zoho CRM. This is a system-generated field. You cannot modify it.
"Salutation": "Ms.", //The salutation for the lead
"First_Name": "Theola", //First name of the lead
"Lead_Status": "Contact in Future", //Status of the lead
"Full_Name": "Ms. Theola Frey", //Full name of the lead
"Record_Image": null, //The profile image of the lead
"Modified_By": {//Name and ID of the user who modified the lead. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Skype_ID": "Theola-frey", //Skype ID of the lead
"Phone": "555-555-5555", //Phone number of the lead
"Email_Opt_Out": false, //Specifies whether the lead has opted out of email notifications from Zoho CRM
"Designation": "Mechanical Systems Engineer", //Designation of the lead in the company
"Modified_Time": "2018-12-28T11:04:20+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"$converted_detail": { //Name and ID of the module to which the lead is converted
"deal": "3652397000000269012",
"convert_date": "2018-12-04T03:57:14+05:30",
"contact": "3652397000000269008",
"converted_by": "3652397000000186017",
"account": null
},
"Mobile": "555-555-5555", //Mobile number of the lead
"Prediction_Score": null, //The prediction score for the lead. This is a system-generated field. You cannot modify it.
"First_Visited_Time": null, //Date and time at which the lead first visited Zoho CRM. This is a system-generated field. You cannot modify it.
"Last_Name": "Frey", //Last name of the lead. This is a mandatory field.
"Referrer": null,//Name and ID of the Contact who referred this lead
"Lead_Source": "Partner", //Represents the source from which the lead was created
"Tag": [], //List of tags associated with the record
"Fax": null //Fax number of the lead
}
]
}

Note:

  • The fields Most recent Visit, First Visit, Referrer, First Page Visited, Number of Chats, Average Time Spent(minutes), Days Visited, and Visitor Score 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.