Contents
Changelog
REMOVAL
Effective from:
May 18th, 2025
Breaking change: removal of deals_summary property from pipelines/{id} and stages/{id} endpoints
Announced: March 17, 2025
Effective from:
May 18th, 2025
May 18th, 2025
We are removing undocumented deals_summary property from /v1/pipelines/:id and /v1/stages/:id endpoints.
Why is it changing?
To improve the performance of the endpoints.
<h2>What is changing?</h2>
<p>From <b>May 18th, 2025</b> the <code>deals_summary</code> property will be removed from the following endpoints:</p>
<ul>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Stages#getStage" target="_blank"><code>GET /v1/stages/{id}</code></a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Pipelines#getPipeline" target="_blank"><code>GET /v1/pipelines/{id}</code></a></li>
</ul>
<p>For fetching deal summary please use the dedicated <a href="https://developers.pipedrive.com/docs/api/v1/Deals#getDealsSummary" target="_blank"><code>GET /v1/deals/summary</code></a> endpoint.</p>
<h2>Additional resources:</h2>
<ul>
<li><a href="https://developers.pipedrive.com/docs/api/v1">API Reference</a></li>
</ul>
<p>If you have any questions or comments, feel free to let us know in <a href="https://devcommunity.pipedrive.com/">the Developer’s Community</a>.</p>