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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import pipedrive from '@utdk/pipedrive';
await pipedrive.getpipelineconversionstatistics()