딜 파이프라인 목록 조회
Name
Value
{
"success": true,
"data": {
"pipelineList": [
{
"id": "<pipelineId>",
"name": "파이프라인 이름",
"pipelineStageList": [
{
"id": "<pipelineStageId>",
"name": "파이프라인 스테이지 이름 1",
"index": 1
},
{
"id": "<pipelineStageId>",
"name": "파이프라인 스테이지 이름 2",
"index": 2
}
]
}
]
}
}Last updated
Was this helpful?