웹폼 제출 내역조회
Name
Value
Name
Type
Description
Name
Type
Description
{
{
"success": true,
"data": {
"webFormSubmitList": [
{
"peopleId": "<peopleId>",
"organizationId": "<organizationId>",
"dealId": "<dealId>",
"leadId": "<leadId>",
"contents": [
{
"label": "이름",
"value": "이름 라벨에 제출 된 이름"
},
{
"label": "선택 필드",
"value": "선택지 1",
"childFieldList": [
{
"label": "선택필드의 종속필드 1",
"value": "종속 필드에 작성된 내용 "
},
{
"label": "선택필드의 종속필드 2",
"value": null
}
]
},
{
"label": "전화",
"value": "12312341234"
},
{}
],
"createdAt": "2024-04-22T02:00:11.624Z"
},
```
],
"nextCursor": "cursor",
}
}Last updated
Was this helpful?