Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Pipeline Stages + DELETES

Not applicable
Aug 31, 2017 2:11 PM
I have a few questions about deal pipeline stages and was hoping someone would be able to clarify; I don’t have direct access to the Hubspot account in question or would test myself.
Assuming starting with the response below:
-
If I were to delete a stage from this pipeline, would the stage remain if I were to fetch the data again, but the active be set to false? or would the stage just not be returned?
-
What events cause the active field to be set to false?
-
Could there be stages in different pipelines with the same ID?
Thanks in advance!
https://api.hubapi.com/deals/v1/pipelines?hapikey=demo
Example response:
[
{
"active": true,
"displayOrder": 0,
"label": "Sales Pipeline",
"pipelineId": "default",
"stages": [
{
"active": true,
"closedWon": false,
"displayOrder": 0,
"label": "Appointment Scheduled",
"probability": 0.3,
"stageId": "appointment_scheduled"
},
{
"active": true,
"closedWon": false,
"displayOrder": 1,
"label": "Decision Maker Bought-In",
"probability": 0.8,
"stageId": "decision_maker_bought_in"
}
}
]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content