provider Deals GET /deals/summary
@utdk/pipedrive /deals/summary
Get deals summary
Returns a summary of all not archived deals.
status query
Only fetch deals with a specific status. open = Open, won = Won, lost = Lost.
enum: open, won, lost
filter_id query
<code>user_id</code> will not be considered. Only deals matching the given filter will be returned.
integer
user_id query
Only deals matching the given user will be returned. `user_id` will not be considered if you use `filter_id`.
integer
pipeline_id query
Only deals within the given pipeline will be returned
integer
stage_id query
Only deals within the given stage will be returned
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
getdealssummary
GET/deals/summary
Returns a summary of all not archived deals.

Only fetch deals with a specific status. open = Open, won = Won, lost = Lost.

<code>user_id</code> will not be considered. Only deals matching the given filter will be returned.

Only deals matching the given user will be returned. `user_id` will not be considered if you use `filter_id`.

Only deals within the given pipeline will be returned

Only deals within the given stage will be returned

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getdealssummary()