go to pipedrive.com
Log inSign up
Contents

Changelog

UPDATE
Effective from:

October 1, 2021

Change in the response data of GET /activityFields endpoint

Announced: October 6, 2021

Effective from:
October 1, 2021

Change in the response data of GET /activityFields endpoint

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".

Updated 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", }

Why was it changed?

This change was done to unify the information returned by the API to make the response more consistent and clearer for data usage about Leads in Activity fields.

To get data about the lead linked to an Activity, you can use the GET /leads/{id} endpoint.

Published on October 6, 2021

Subscribe to our
Changelog

You may unsubscribe anytime using the unsubscribe link in our emails. For more information, please see our privacy notice.

Subscribe to our
Changelog

You may unsubscribe anytime using the unsubscribe link in our emails. For more information, please see our privacy notice.