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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ 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
+
### Removed
11
+
- Removed `deals_summary` from `GET /v1/stages/:id` and `GET /v1/pipelines/:id`
12
+
- Removed `totals_convert_currency` query parameter from `GET /v1/pipelines/:id`
13
+
- Removed `everyone` query parameter from `GET /v1/stages/:id`
* Returns data about a specific pipeline. Also returns the summary of the deals in this pipeline across its stages.
133
+
* Returns data about a specific pipeline.
134
134
* @summary Get one pipeline
135
135
* @param {number} id The ID of the pipeline
136
-
* @param {string} [totals_convert_currency] The 3-letter currency code of any of the supported currencies. When supplied, `per_stages_converted` is returned in `deals_summary` which contains the currency-converted total amounts in the given currency per each stage. You may also set this parameter to `default_currency` in which case users default currency is used.
* Returns data about a specific pipeline. Also returns the summary of the deals in this pipeline across its stages.
498
+
* Returns data about a specific pipeline.
504
499
* @summary Get one pipeline
505
500
* @param {number} id The ID of the pipeline
506
-
* @param {string} [totals_convert_currency] The 3-letter currency code of any of the supported currencies. When supplied, `per_stages_converted` is returned in `deals_summary` which contains the currency-converted total amounts in the given currency per each stage. You may also set this parameter to `default_currency` in which case users default currency is used.
* The 3-letter currency code of any of the supported currencies. When supplied, `per_stages_converted` is returned in `deals_summary` which contains the currency-converted total amounts in the given currency per each stage. You may also set this parameter to `default_currency` in which case users default currency is used.
718
-
* @type {string}
719
-
* @memberof PipelinesApiGetPipeline
720
-
*/
721
-
readonlytotals_convert_currency?: string
722
709
}
723
710
724
711
/**
@@ -914,15 +901,15 @@ export class PipelinesApi extends BaseAPI {
914
901
}
915
902
916
903
/**
917
-
* Returns data about a specific pipeline. Also returns the summary of the deals in this pipeline across its stages.
* Lists deals in a specific stage. If no parameters are provided open deals owned by the authorized user will be returned. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Deals#getDeals\" target=\"_blank\" rel=\"noopener noreferrer\">GET /api/v2/deals?stage_id={id}</a> instead.
0 commit comments