AppointmentPipelines
Pipelines of Appointments in HubSpot.
View Specific Information
AppointmentPipelines contains the pipeline configurations for appointment records in HubSpot. Each pipeline represents a series of stages that appointments can progress through.
SELECT
SELECT * FROM AppointmentPipelines SELECT * FROM AppointmentPipelines WHERE Id = 'appointment-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. |