Skip to main content

PipeStatusResponseDTO

Pipeline stage response object.

idint64

Pipeline stage ID

Example: 1
namestring

Pipeline stage name

Example: New Lead
ordersint32

Pipeline stage order

Example: 1
colorstring

Pipeline stage color

Example: #FF0000
typePipeStatusType

Pipeline stage type enum.

Possible values: [FIRST, SIMPLE, SUCCESS, FAILED]

Example: FIRST
pipeIdint64

Pipeline ID

Example: 1
pipeNamestring

Pipeline name

Example: Sales Pipeline
deletedTimestampint64nullable

Deletion time (epoch seconds, null if active)

Example: null
PipeStatusResponseDTO
{
"id": 1,
"name": "New Lead",
"orders": 1,
"color": "#FF0000",
"type": "FIRST",
"pipeId": 1,
"pipeName": "Sales Pipeline",
"deletedTimestamp": null
}