Hi there
I’m trying to get lost reasons that i already have in my account using API.
I couldn’t find this method on API Reference.
Can anyone help me?
Best regards
Hi there
I’m trying to get lost reasons that i already have in my account using API.
I couldn’t find this method on API Reference.
Can anyone help me?
Best regards
Hey Andre,
If you use GET /deals or even GET /deals/{id} than there will be a "lost_reason":
in the body of the response (as long as the Deal was lost and given a lost reason).
And How about getting all the reasons? I need to do a select will all values that i have on Pipedrive.
I can’t find a endpoint to get it.
There is an endpoint GET /dealFields
(https://developers.pipedrive.com/docs/api/v1/#!/DealFields/get_dealFields), it includes field that has "key": "lost_reason"
and this field’s "options"
should include all lost reasons.