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
* 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