Reopen timestamp through API

Hey,

Pipedrive only gives first add time in pipeline. What if deal gets reopened after Lost stage. How do I get timestamp of re-opening a particular deal?

Hi Osman,

While thereā€™s only the 1 Deal Created timestamp, you can still monitor a deal by Status changes (Lost to Open).

Hey David,

Iā€™m using Python API script to calculate win time manually for each deal. If the deal re-opens then I donā€™t get the true winning time.

Hi Osman,

If youā€™re using GET/deals/{id} there is a part of the Body that contains "first_won_time"

1 Like

Thanks! Whatā€™s exactly the difference b/w ā€œfirst_won_timeā€ and ā€œwon_timeā€?

"won_time" - If a dealā€™s current status is ā€˜wonā€™, then it will show this time here (same as ā€œfirst_won_timeā€ if it hasnā€™t been reopened)

ā€œfirst_won_timeā€ - This shows the date/time a Deal is first changed to won, if reopened, this will still keep the original won time (will be the same as "won_time" if not reopened)

1 Like