Campaigns
Response Structure
{
"data": [
{
"Status": "Active", //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 Campaign
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Modified_Time": "2019-01-07T10:52:29+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 Campaign
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Campaign_Name": "First Meet", //Name of the Campaign
"Created_Time": "2018-12-13T12:07:02+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
"End_Date": "2019-01-09", //Represents the date on which the Campaign ends
"Type": "Public Relations", //Represents the type of Campaign
"Modified_By": { //Name and ID of the user who modified the Campaign. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Num_sent": null, //The number of leads/contacts to whom the campaign details have been sent
"$process_flow": false, //Represents if the record is a blueprint data
"Expected_Revenue": null, //the revenue expected after launching the campaign
"Actual_Cost": null, //The actual amount spent on the campaign
"id": "3652397000000327001", //Unique ID of the record
"Expected_Response": null, //Represnts the Campaign turnout percentage
"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
"Start_Date": "2019-01-03",//The date on which the Campaign starts
"$approved": true, //Represents whether the record is approved
"Budgeted_Cost": null //The planned amount to be spent on the campaign
}
]
}
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.