Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.13 KB

GetDealsTimelineDataTotals.md

File metadata and controls

16 lines (12 loc) · 1.13 KB

Pipedrive.GetDealsTimelineDataTotals

Properties

Name Type Description Notes
count Number The number of Deals for the given period [optional]
values Object The total values of Deals grouped by Deal currency [optional]
weightedValues Object The total weighted values of Deals for the given period grouped by Deal currency. The weighted value of a Deal is calculated as probability times Deal value. [optional]
openCount Number The number of open Deals for the given period [optional]
openValues Object The total values of open Deals for the given period grouped by Deal currency [optional]
weightedOpenValues Object The total weighted values of open Deals for the given period grouped by Deal currency. The weighted value of a Deal is calculated as probability times Deal value. [optional]
wonCount Number The number of won Deals for the given period [optional]
wonValues Object The total values of won Deals for the given period grouped by Deal currency [optional]