Contents
Changelog
REMOVAL
Effective from:
May 31, 2020
Removal of the
reference_activities_count fieldAnnounced: March 31, 2020
Effective from:
May 31, 2020
May 31, 2020
<p><b>What will change?</b></p>
<p> We have now deprecated and will be removing the <code>reference_activities_count</code> field on May 31, 2020 from
<ul><li>the responses of the following Deal, Person and Organization endpoints
Here is the list of 21 affected endpoints:
>GET /dealsGET /deals/{id}POST /dealsPOST /deals/{id}/duplicatePOST /deals/{id}/participantsPUT /deals/{id}PUT /deals/{id}/mergeGET /deals/{id}/participantsGET /deals/{id}/personsGET /organizationsGET /organizations/{id}GET /organizations/{id}/dealsGET /organizations/{id}/personsPOST /organizationsPUT /organizations/{id}GET /personsGET /persons/{id}GET /persons/{id}/dealsPOST /personsPUT /persons/{id}PUT /persons/{id}/merge
<p>There will be no changes to any request body.</p>
<p><b>Why?</b></p>
<p> We are no longer updating that field. Until removal, the value of the field will always be <code>0</code>: </p>
"reference_activities_count": 0
Who is affected?
Anyone with functionality built on top of the previous behaviour, for example, anyone who is strictly checking the shape of the response of the 21 endpoints and related webhooks.
Published on March 31, 2020