CoursePipelines
Pipelines of Courses in HubSpot.
View Specific Information
CoursePipelines contains the pipeline configurations for course records in HubSpot. Each pipeline represents a series of stages that courses can progress through.
SELECT
SELECT * FROM CoursePipelines WHERE Id = 'course-pipeline-id'
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | False | False |
The unique identified of the pipeline. | |
| Label | String | False | False |
The label (name) of the pipeline. | |
| Archived | Bool | True | False |
Whether the pipeline is archived or not. | |
| CreatedAt | Datetime | True | False |
When the pipeline was created. | |
| UpdatedAt | Datetime | True | False |
When the pipeline was last updated. | |
| DisplayOrder | Int | False | False |
The order of this specific pipeline in the collection of pipelines for this table. | |
| StagesAggregate | String | False | False |
An aggregate of the stages included in this pipeline. This information can be viewed in more detail in TicketPipelineStages table. |