provider Deals GET /deals/summary/archived
@utdk/pipedrive /deals/summary/archived
Get archived deals summary
Returns a summary of all 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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getarchiveddealssummary
GET/deals/summary/archived
Returns a summary of all 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

Enter a gateway URL above to enable sending.

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

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getarchiveddealssummary()