APIs & Integrations

mark_c
Member

Deals Relationship to Stage

SOLVE

I'm looking for a way to associate what stage the deal is in. I have 1 pipeline, 12 stages, and multiple deals within each stage. I can see the StageID from within the Pipelines API, and I can find the associations of the Deal to the Company and Contact, but I can't seem to find a way to map the DealID to the StageID so that I can identify which deal the stage is in. Can someone point me in the right direction?

Thanks
Mark

0 Upvotes
1 Accepted solution
mark_c
Solution
Member

Deals Relationship to Stage

SOLVE

I found the answer. It's only located in the Get a Deal API within the Deals API Section. https://api.hubapi.com/deals/v1/deal/214904xxx?hapikey=xxx

There is a section within the response called "dealstage" that contains the Value and corresponds with the StageID within the Pipeline API.

View solution in original post

1 Reply 1
mark_c
Solution
Member

Deals Relationship to Stage

SOLVE

I found the answer. It's only located in the Get a Deal API within the Deals API Section. https://api.hubapi.com/deals/v1/deal/214904xxx?hapikey=xxx

There is a section within the response called "dealstage" that contains the Value and corresponds with the StageID within the Pipeline API.