Get deals conversion rates in pipeline

GET {{baseUrl}}/pipelines/:id/conversion_statistics?start_date=<date>&end_date=<date>&user_id=<integer>

Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.

Request Params

KeyDatatypeRequiredDescription
start_datestring(Required) The start of the period. Date in format of YYYY-MM-DD.
end_datestring(Required) The end of the period. Date in format of YYYY-MM-DD.
user_idstringThe ID of the user who's pipeline metrics statistics to fetch. If omitted, the authorized user will be used.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;stage_conversions&quot;:[{&quot;from_stage_id&quot;:1,&quot;to_stage_id&quot;:2,&quot;conversion_rate&quot;:0}],&quot;won_conversion&quot;:0,&quot;lost_conversion&quot;:0}}