Tasks

Response Structure

{
"data": [
{
"Status": "Completed", //Represents the status of the task
"$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
},
"Owner": { //Name and ID of the owner of the task
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Modified_Time": "2018-12-07T12:22:01+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"Description": null, //Description of the task
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Due_Date": "2018-12-07",//Represents the due date of the task
"Priority": "High", //Represents the priority of the Task. Values are High, Highest, Low, Lowest, and Normal. Default is High.
"Created_Time": "2018-12-05T15:49:31+05:30", //Date and time at which the record was created. This is a system-generated field. You cannot modify it.
"Closed_Time": "2018-12-07T12:22:01+05:30", //Date and time at which the task was completed. This is a system-generated field. You cannot modify it.
"$editable": true, //Represents whether the record is editable
"Subject": "Meeting", //Represents the subject of the task. This is a mandatory field.
"Send_Notification_Email": false, //Represents whether you want to send a notification email to the task owner
"$se_module": "Accounts", //Represents the API name of the module the task is associated with
"Modified_By": { //Name and ID of the user who modified the task. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Recurring_Activity": null, //Represents whether the task is a recurring activity
"$process_flow": false, //Represents if the record is a blueprint data
"What_Id": { //Name and ID of the Account the task is associated with
"name": "Account1",
"id": "3652397000000269085"
},
"id": "3652397000000283059", //Unique ID of the record
"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"
},
"Tag": [], //List of tags associated with the record
"$approved": true, //Represents whether the record is approved
"Remind_At": null, //Represents the date, time, frequency, and the type of reminder the owner of the task receives. The reminder type can be email or pop up.
"Who_Id": { //Name and ID of the contact associated with the task
"name": "Carissa Batman",
"id": "3652397000000269089"
}
}
]
}

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.