리드 히스토리 목록 조회
Name
Value
Name
Type
Description
{
"success": true,
"data": {
"leadHistoryList": [
{
"id": "<historyId>",
"leadId":"<leadId>",
"type": "<type>",
"people": null,
"organization": null,
"fieldName": "필드 이름",
"fieldValue": "필드 값",
"ownerId": "<ownerId>",
"createdAt": "2024-03-29T11:16:26.207Z"
}
],
"nextCursor": "cursor"
}
}{
"success": false,
"message": "에러 메세지"
}Last updated
Was this helpful?