{
"qwUserId": "anim laboris fugiat culpa magna",
"cursor": "officia",
"size": 100,
"type": 2
}
curl --location --request POST '/api/v3/customer-relation/list-by-qw-user-id' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"qwUserId": "anim laboris fugiat culpa magna",
"cursor": "officia",
"size": 100,
"type": 2
}'
{
"code": 0,
"message": "ok",
"data": {
"list": [
{
"customerId": 398604120668224,
"qwUserId": "dowen",
"type": 1,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": "4"
},
{
"field": "description",
"type": 1,
"valueAsText": null
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[\"110110\"]"
},
{
"field": "address",
"type": 1,
"valueAsText": null
},
{
"field": "birthday",
"type": 3,
"valueAsText": null
},
{
"field": "corp_name",
"type": 1,
"valueAsText": null
},
{
"field": "name",
"type": 1,
"valueAsText": "14635"
},
{
"field": "purchase_intention",
"type": 2,
"valueAsText": null
},
{
"field": "gender",
"type": 2,
"valueAsText": "0"
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "396823724189760"
}
],
"tagIds": [
"etvRo3DwAAq7llRWbNwJvWxLxioIuhtQ",
"etvRo3DwAAq7llRWbNwJvWxLxioIuhtQ"
],
"createTime": "2021-03-06 16:22:17",
"lastUpdateTime": "2021-03-31 14:59:21",
"wechatNickname": null,
"wechatAvatar": null,
"wechatLocation": null,
"convertCustomerTime": null,
"qwRemark": "14635",
"externalUserId": null
},
{
"customerId": 398923388842048,
"qwUserId": "dowen",
"type": 1,
"fields": [
{
"field": "customer_source",
"type": 2,
"valueAsText": "4"
},
{
"field": "description",
"type": 1,
"valueAsText": null
},
{
"field": "mobile",
"type": 8,
"valueAsText": "[\"18910515284\"]"
},
{
"field": "address",
"type": 1,
"valueAsText": null
},
{
"field": "birthday",
"type": 3,
"valueAsText": null
},
{
"field": "corp_name",
"type": 1,
"valueAsText": null
},
{
"field": "name",
"type": 1,
"valueAsText": "张三测"
},
{
"field": "purchase_intention",
"type": 2,
"valueAsText": null
},
{
"field": "gender",
"type": 2,
"valueAsText": "0"
},
{
"field": "customer_stage",
"type": 2,
"valueAsText": "398792098304064"
}
],
"tagIds": [],
"createTime": "2021-03-06 16:26:51",
"lastUpdateTime": "2021-03-31 14:59:21",
"wechatNickname": null,
"wechatAvatar": null,
"wechatLocation": null,
"convertCustomerTime": null,
"qwRemark": "张三测",
"externalUserId": null
}
],
"nextCursor": "AAAAAGBDPMsAAAAACC5MoAAAAAADfxpa"
}
}