timeType
为 custom
时必传timeType
为 custom
时必传{
"pageNo": 1,
"pageSize": 20,
"timeType": "all",
"startTime": null,
"endTime": null,
"formId": "1821019500694798337"
}
curl --location -g --request POST '/open-api/operation/custom-form-detail/page-customer?access_token={{access_token}}' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 20,
"timeType": "all",
"startTime": null,
"endTime": null,
"formId": "1821019500694798337"
}'
{
"code": 0,
"data": {
"list": [
{
"submitId": "1821021210980974594",
"customerType": 1,
"customerTypeId": "d49c504d525c9feb63de4f5874171a23_117275ab-e553-4a94-89e6-3fa8a1d2fd0d",
"customerId": null,
"customerName": null,
"customerAvatar": null,
"addUser": null,
"corpName": null,
"corpType": null,
"createTime": 1723000264000,
"shareUser": "张三",
"shareUserId": "1707232669549269412",
"status": "已提交",
"visitCount": 4,
"submitCount": 4,
"submitTime": 1723000264000
}
],
"total": 1
},
"msg": ""
}