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

KeyDatatypeRequiredDescription
totals_convert_currencystringThe 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:1,&quot;name&quot;:&quot;Pipeline&quot;,&quot;url_title&quot;:&quot;Pipeline&quot;,&quot;order_nr&quot;:1,&quot;active&quot;:true,&quot;deal_probability&quot;:true,&quot;add_time&quot;:&quot;2017-08-03 12:51:18&quot;,&quot;update_time&quot;:&quot;2020-03-23 13:15:25&quot;,&quot;selected&quot;:true,&quot;deals_summary&quot;:{&quot;per_stages&quot;:{&quot;1&quot;:{&quot;EUR&quot;:{&quot;count&quot;:1,&quot;value&quot;:10,&quot;value_formatted&quot;:&quot;10 €&quot;,&quot;weighted_value&quot;:10,&quot;weighted_value_formatted&quot;:&quot;10€&quot;}}},&quot;per_currency&quot;:{&quot;EUR&quot;:1},&quot;total_count&quot;:1,&quot;per_currency_full&quot;:{&quot;EUR&quot;:{&quot;count&quot;:1,&quot;value&quot;:10}}}}}