Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.24 KB

GetDealsTimelineDataTotals.md

File metadata and controls

16 lines (13 loc) · 1.24 KB

# GetDealsTimelineDataTotals

Properties

Name Type Description Notes
count int The number of deals for the given period [optional]
values object The total values of deals grouped by deal currency [optional]
weighted_values 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]
open_count int The number of open deals for the given period [optional]
open_values object The total values of open deals for the given period grouped by deal currency [optional]
weighted_open_values 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]
won_count int The number of won deals for the given period [optional]
won_values object The total values of won deals for the given period grouped by deal currency [optional]

[Back to Model list] [Back to API list] [Back to README]