DealPipelineStages
Pipeline stages of deals in HubSpot. This table supports both OAuth and APIKey authentications.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | False | False |
Unique identifier of the stage in the pipeline. |
|
| PipelineId [KEY] | String | False | False |
Unique identifier of the pipeline. |
|
| Label | String | False | False |
Label (name) of the pipeline stage. |
|
| PipelineLabel | String | True |
DealPipelines.Label |
False |
The label (name) of the pipeline. |
| IsClosed | Boolean | False | False |
Whether this stage is open or closed. |
|
| Probability | Decimal | False | False |
Current state of the pipeline stage. |
|
| Archived | Boolean | True | False |
Whether the stage is archived or not. |
|
| CreatedAt | Datetime | True | False |
Time the stage was created. |
|
| UpdatedAt | Datetime | True | False |
Time the stage was last updated. |
|
| DisplayOrder | Int | False | False |
The order of the stage in the collection of stages for this pipeline. |