Effective from: October 1st, 2021
What has changed?
The response of GET /activityFields will now include fields with following data "key": "lead_id" and "field_type": "lead" instead of "key": "lead_title" and "field_type": "varchar" .
Update example of response structure for the object:
{
...
"key": "lead_id",
"name": "Lead",
"order_nr": 21,
"picklist_data": null,
"field_type": "lead",
"json_column_flag": false,
"add_time": "2019-12-15 12:10:23",
"update_time": "2019-12-15 12:10:23",
...
}
See more in our Changelog!