{
"customerId": 0,
"size": 0,
"type": 0,
"cursor": "string"
}
curl --location --request POST '/api/v3/clue/list-follow-up' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0,
"size": 0,
"type": 0,
"cursor": "string"
}'
{
"code": 0,
"message": "success",
"data": {
"list": [
{
"id": 43438,
"type": 1,
"content": "in aliqua occaecat labore proident",
"createTime": "2021-07-26 17:28:58",
"operator": {
"qwUserId": "",
"name": "API"
}
},
{
"id": 43429,
"type": 2,
"content": "添加了客户的信息:\n“日期: 2021-07-20”",
"createTime": "2021-07-26 17:26:45",
"operator": {
"qwUserId": "",
"name": "admin"
}
},
{
"id": 43428,
"type": 1,
"content": "sss",
"createTime": "2021-07-26 17:26:41",
"operator": {
"qwUserId": "",
"name": "admin"
}
}
],
"nextCursor": "AAAAAGD-f9EAAAAABQG9AAAAAAAAAKmk"
}
}