provider Pipelines GET /pipelines/{id}/conversion_statistics
@utdk/pipedrive /pipelines/{id}/conversion_statistics
Get deals conversion rates in pipeline
Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.
id path required
The ID of the pipeline
integer
start_date query required
The start of the period. Date in format of YYYY-MM-DD.
string
end_date query required
The end of the period. Date in format of YYYY-MM-DD.
string
user_id query
The ID of the user who's pipeline metrics statistics to fetch. If omitted, the authorized user will be used.
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
getpipelineconversionstatistics
GET/pipelines/{id}/conversion_statistics
Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.

Parameters

required

The ID of the pipeline

required

The start of the period. Date in format of YYYY-MM-DD.

required

The end of the period. Date in format of YYYY-MM-DD.

The ID of the user who's pipeline metrics statistics to fetch. If omitted, the authorized user will be used.

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.getpipelineconversionstatistics()