Calls
Response Structure
{
"data": [
{
"Call_Duration": "00:00", //Represents how long the call lasts for
"Owner": { //Name and ID of the owner of the call
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Description": null, //Description of the call
"$currency_symbol": "Rs.", //The supported currency in which the revenue is generated
"$calendar_booking_call": false, //Represents whether the call was created from CRM calendar
"Modified_By": { //The name and ID of the user who modified the call. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"$process_flow": false, //Represents if the record is a blueprint data
"Call_Purpose": null, //Represents the purpose of the call
"id": "3652397000000388032", //Unique ID of the call
"Call_Status": "Unattended Dialled", //Represents the status of the call
"$approved": true, //Represents if the record is approved
Who_Id": { //Name and ID of the contact for whom the call is scheduled
"name": "Name",
"id": "3652397000000270003"
},
"$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
},
"Modified_Time": "2019-01-23T09:35:29+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"Reminder": "2019-01-25T10:50:00+05:30", //Represents the date and time at which the system sends a reminder to the contact for whom the call is scheduled
"Call_Start_Time": "2019-01-25T11:00:00+05:30", //The date and time at which the call starts
"Billable": false, //Represents whether the call is considered for billing
"$editable": true, //Represents whether the record is editable
"$se_module": "Accounts", //Represents the module the call is related to
"Call_Type": "Outbound", //Represents whether the call is inbound or outbound
"Subject": "Urgent", //Represents the subject of the call
"Call_Result": null, //Represents the result of the call
"What_Id": { //Name and ID of the Account the call is associated with
"name": "Account_name",
"id": "3652397000000261026"
},
"Created_By": { //Name and ID of the user who created the call. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Tag":[] //List of tags associated with the record
}
]
}
Note:
- 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.