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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
7
7
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).
8
8
9
9
## [Unreleased]
10
+
### Changed
11
+
- Updated list of lead label colors to include 'brown', 'dark-gray', 'orange', 'pink'
* @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