APIs & Integrations

SioKCronin
Member

Deals pipeline stage timestamps

SOLVE

Hi there,

I'm new to working with Deals, and am trying to access timestamps for when each dealname passes through each pipeline stage. I'm working with our data in Redshift, which we've pulled in using Stitch, and I can't seem to find these values.

Any guidance?

Thanks!

Siobhán

1 Accepted solution
LeifInouye
Solution
HubSpot Alumni
HubSpot Alumni

Deals pipeline stage timestamps

SOLVE

Hey Siobhan,

This endpoint https://developers.hubspot.com/docs/methods/deals/get-all-deals will return all of your deals along with specific contact properties you specify in the request. In this case, you will want to add the parameter "&properties=dealstage" which will return the name of the current dealstage of said deal as well as a timestamp for when this dealstage was set.

Please note that this will only return the timestamp for the current dealstage. However, every property that the API returns also comes with its associated timestamp, which means that if you set properties on your deals based on specific deal stages they join then you can zero in on each stages timestamp based on said properties.

View solution in original post

0 Upvotes
3 Replies 3
LeifInouye
Solution
HubSpot Alumni
HubSpot Alumni

Deals pipeline stage timestamps

SOLVE

Hey Siobhan,

This endpoint https://developers.hubspot.com/docs/methods/deals/get-all-deals will return all of your deals along with specific contact properties you specify in the request. In this case, you will want to add the parameter "&properties=dealstage" which will return the name of the current dealstage of said deal as well as a timestamp for when this dealstage was set.

Please note that this will only return the timestamp for the current dealstage. However, every property that the API returns also comes with its associated timestamp, which means that if you set properties on your deals based on specific deal stages they join then you can zero in on each stages timestamp based on said properties.

0 Upvotes
SioKCronin
Member

Deals pipeline stage timestamps

SOLVE

Thanks! I'm wondering if you know if the timestamps we gather by setting up properties based on our deal stages will be captured in Deal properties or Ticket properties. I ask because our ETL service doesn't support HubSpot Ticket integration, and I've been hoping to not have to build that until I have to, which may be now :wink:

0 Upvotes
LeifInouye
HubSpot Alumni
HubSpot Alumni

Deals pipeline stage timestamps

SOLVE

Hey Sio,

It would be on the deal property! Basically, when any property on the deal gets updated there will be an associated timestamp. This means that when you use your GET request for deals just make sure to include the timestamp property in your request.

0 Upvotes