딜 히스토리 목록 조회
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"dealHistoryList": [
{
"id": "<historyId>",
"dealId": "<dealId>",
"type": "<type>",
"source": {
"type": "user",
"id": "<sourceId>",
"name": "홍길동"
},
"people": null,
"organization": null,
"fieldName": "필드 이름",
"fieldValue": "필드 값",
"ownerId": "<ownerId>",
"createdAt": "2024-03-29T11:16:26.207Z"
}
],
"nextCursor": "cursor"
}
}Path
Type
Description
Last updated
Was this helpful?