BoardGroup
A stage of your deal or project board. Deals and project cards move between stages as work progresses.
- colorType: stringrequired
Hex color the stage is drawn in.
- dealType: string | null
_probability requiredDefault win probability applied to deals that reach this stage, as a decimal string percentage.
- idType: string Format: uuidrequired
Unique identifier for the stage. Pass this value as
board_group_idwhen creating or updating a deal. - nameType: stringrequired
Stage name as it appears on the board.
- positionType: integerrequired
Position of the stage on its board, ordered left to right.
- resourceType: string enum
_type requiredWhich pipeline the stage belongs to — the deal board or the project board.
values- Deal
- Project
- stateType: string enumrequired
Whether the stage holds work in progress (
active) or is a closed-out stage (complete).values- active
- complete