Get one pipeline
GET {{baseUrl}}/pipelines/:id?totals_convert_currency=<string>
Returns data about a specific pipeline. Also returns the summary of the deals in this pipeline across its stages.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
totals_convert_currency | string | 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. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":1,"name":"Pipeline","url_title":"Pipeline","order_nr":1,"active":true,"deal_probability":true,"add_time":"2017-08-03 12:51:18","update_time":"2020-03-23 13:15:25","selected":true,"deals_summary":{"per_stages":{"1":{"EUR":{"count":1,"value":10,"value_formatted":"10 €","weighted_value":10,"weighted_value_formatted":"10€"}}},"per_currency":{"EUR":1},"total_count":1,"per_currency_full":{"EUR":{"count":1,"value":10}}}}}