Hey,
I’ve looked through the forms and can’t seem to find what i’m looking for;
I’m looking to extract stage change information with timestamps.
I know I can use the /deal/{id} details endpoint to get time in each stage, but i’m looking for start / end timestamps of each stage.
Is this possible without having to back calculate start and end time?
Ideally my end data set will have the following format:
deal_id| stage_id | stage_start_ts | stage_end_ts
dani
#2
Hi there,
you can set up a webhook on deals update.
You’ll find the timestamp
property inside the meta
object 
@dani,
My understanding is that the web hook will allow me to get my required data for all future stage changes.
Is it possible to get this data for the past events that occurred?
dani
#4
Yes 
You can find the whole history of the deal, including stage changes with timestamps, using the /deal/{id}/flow
endpoint.