GET /pipelines/{id}/conversion_statistics
Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.
Servers
- https://api.pipedrive.com/v1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
The ID of the pipeline |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
start_date |
String | Yes |
The start of the period. Date in format of YYYY-MM-DD. |
end_date |
String | Yes |
The end of the period. Date in format of YYYY-MM-DD. |
user_id |
Integer | No |
The ID of the user who's pipeline metrics statistics to fetch. If omitted, the authorized user will be used. |
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.