Contents
Changelog
ADDED
Effective from:
March 18, 2021
11 Deals endpoints to return two new fields
Announced: March 18, 2021
Effective from:
March 18, 2021
March 18, 2021
We have added two new fields to the responses of the following endpoints:
GET /dealsPOST /dealsGET /deals/{id}PUT /deals/{id}PUT /deals/{id}/mergePOST /deals/{id}/duplicateGET /organizations/{id}/dealsGET /persons/{id}/dealsGET /pipelines/{id}/dealsGET /products/{id}/dealsGET /stages/{id}/deals
</ul>
The possible value of the two new fields group_id and group_name can both be null or
- an integer representing the group for
group_id - a string representing the group for
group_name
<p>These two fields are <code>read_only</code> and cannot be updated via Deals endpoints.</p>
<br>
<p class="published-on"><i>Published on March 18, 2021</i></p>