PipeStatusResponseDTO
Pipeline stage response object.
idint64
Pipeline stage ID
Example:
1namestring
Pipeline stage name
Example:
New Leadordersint32
Pipeline stage order
Example:
1colorstring
Pipeline stage color
Example:
#FF0000typePipeStatusType
Pipeline stage type enum.
Possible values: [FIRST, SIMPLE, SUCCESS, FAILED]
Example:
FIRSTpipeIdint64
Pipeline ID
Example:
1pipeNamestring
Pipeline name
Example:
Sales PipelinedeletedTimestampint64nullable
Deletion time (epoch seconds, null if active)
Example:
nullPipeStatusResponseDTO
{
"id": 1,
"name": "New Lead",
"orders": 1,
"color": "#FF0000",
"type": "FIRST",
"pipeId": 1,
"pipeName": "Sales Pipeline",
"deletedTimestamp": null
}