{
"type": 1,
"userId": 123,
"name": "张三",
"emailPhone": "test@example.com",
"label": 1,
"labels": [
0
],
"countrys": [
"string"
],
"country": "美国",
"offset": 0,
"limit": 10,
"filterRequest": {
"conditions": [
{
"id": 0,
"menu": 0,
"columns": "string",
"operator": "string",
"dataType": 0,
"value": "example_value"
}
],
"sorts": [
{
"id": 0,
"menu": 0,
"columns": "string",
"direction": "asc"
}
],
"logicalOperator": "AND"
},
"taskId": "task123",
"mode": 0,
"ids": [
0
],
"labelIds": [
0
],
"version": 1
}
curl --location --request POST '/crm/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"userId": 123,
"name": "张三",
"emailPhone": "test@example.com",
"label": 1,
"labels": [
0
],
"countrys": [
"string"
],
"country": "美国",
"offset": 0,
"limit": 10,
"filterRequest": {
"conditions": [
{
"id": 0,
"menu": 0,
"columns": "string",
"operator": "string",
"dataType": 0,
"value": "example_value"
}
],
"sorts": [
{
"id": 0,
"menu": 0,
"columns": "string",
"direction": "asc"
}
],
"logicalOperator": "AND"
},
"taskId": "task123",
"mode": 0,
"ids": [
0
],
"labelIds": [
0
],
"version": 1
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": {
"list": [
{
"keyWord": "string",
"id": 0,
"type": 0,
"country": "string",
"companyName": "string",
"website": "string",
"people": "string",
"job": "string",
"emailList": {
"a": [
"string"
],
"b": [
"string"
]
},
"phoneList": {
"a": [
"string"
],
"b": [
"string"
]
},
"linksMap": {
"property1": "string",
"property2": "string"
},
"reachMethod": "string",
"recentTime": "string",
"record": "string",
"labels": [
"string"
],
"isSend": 0,
"unlocks": 0,
"describeCompany": "string",
"finalRank": 0
}
],
"total": 100
},
"returnCode": 0,
"count": 0,
"isEmpty": true
}