Contents
Changelog
ADDED
Effective from:
May 30, 2019
New endpoint in Deals resource
Announced: May 30, 2019
Effective from:
May 30, 2019
May 30, 2019
We have added a new GET /deals/summary endpoint to Deals resource.
The new endpoint allows you to see the summary of all the Deals in one company. You can customize the response of the summary with the following parameters: status, filter_id, user_id, stage_id. Here is an example of one company's Deals summary without specifying any parameters:
{
"success": true,
"data": {
"values_total": {
"USD": {
"value": 201.99,
"count": 91,
"value_converted": 201.99,
"value_formatted": "201,99 $",
"value_converted_formatted": "201,99 $"
}
},
"weighted_values_total": {
"USD": {
"value": 201.99,
"count": 91,
"value_formatted": "201,99 $"
}
},
"total_count": 91,
"total_currency_converted_value": 201.99,
"total_weighted_currency_converted_value": 201.99,
"total_currency_converted_value_formatted": "201,99 $",
"total_weighted_currency_converted_value_formatted": "201,99 $"
}
}
<p class="published-on"><i>Published on May 30, 2019</i></p>
</div>