go to pipedrive.com
Log inSign up
Contents

Changelog

ADDED
Effective from:

May 30, 2019

New endpoint in Deals resource

Announced: May 30, 2019

Effective from:
May 30, 2019

New endpoint in Deals resource

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 $" } }

Published on May 30, 2019

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.