A pipeline definition.

Constructors

Properties

archived: boolean

Whether the pipeline is archived.

archivedAt?: Date

The date the pipeline was archived. archivedAt will only be present if the pipeline is archived.

createdAt: Date

The date the pipeline was created. The default pipelines will have createdAt = 0.

displayOrder: number

The order for displaying this pipeline. If two pipelines have a matching displayOrder, they will be sorted alphabetically by label.

id: string

A unique identifier generated by HubSpot that can be used to retrieve and update the pipeline.

label: string

A unique label used to organize pipelines in HubSpot's UI

stages: PipelineStage[]

The stages associated with the pipeline. They can be retrieved and updated via the pipeline stages endpoints.

updatedAt: Date

The date the pipeline was last updated.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]