You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {'open' | 'won' | 'lost'} [status] Only fetch deals with a specific status. open = Open, won = Won, lost = Lost.
1306
1306
* @param {number} [filter_id] <code>user_id</code> will not be considered. Only deals matching the given filter will be returned.
1307
1307
* @param {number} [user_id] Only deals matching the given user will be returned. `user_id` will not be considered if you use `filter_id`.
1308
+
* @param {number} [pipeline_id] Only deals within the given pipeline will be returned
1308
1309
* @param {number} [stage_id] Only deals within the given stage will be returned
* @param {'open' | 'won' | 'lost'} [status] Only fetch deals with a specific status. open = Open, won = Won, lost = Lost.
1996
2001
* @param {number} [filter_id] <code>user_id</code> will not be considered. Only deals matching the given filter will be returned.
1997
2002
* @param {number} [user_id] Only deals matching the given user will be returned. `user_id` will not be considered if you use `filter_id`.
2003
+
* @param {number} [pipeline_id] Only deals within the given pipeline will be returned
1998
2004
* @param {number} [stage_id] Only deals within the given stage will be returned
* Returns open and won deals, grouped by a defined interval of time set in a date-type dealField (`field_key`) — e.g. when month is the chosen interval, and 3 months are asked starting from January 1st, 2012, deals are returned grouped into 3 groups — January, February and March — based on the value of the given `field_key`.
0 commit comments