GET /deals/summary
Returns a summary of all not archived deals.
Servers
- https://api.pipedrive.com/v1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
filter_id |
Integer | No |
|
status |
String | No |
Only fetch deals with a specific status. open = Open, won = Won, lost = Lost. Possible values:
|
stage_id |
Integer | No |
Only deals within the given stage will be returned |
pipeline_id |
Integer | No |
Only deals within the given pipeline will be returned |
user_id |
Integer | No |
Only deals matching the given user will be returned. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.