{
"leads_id": [90709],
"rule":{
"Email":"ceshi@qq.com",
"MobilePhone":"13691011211"
}
}
curl --location -g --request POST 'https://openapi.beschannels.com/leads/open-api/get-remarks-list?access_token=uURA1lnYsBr22I6UYoLZH0s9y3HU2Xsn7UHA4dIDgHPYHwZqTpWJr_GwfBokKNQZfF7rWgukJmjo_Jg9cNfN_4VO2lJpkhHOoOS9RA_MVi-x4nyJolWKNq3l8KhslWxk' \
--header 'Content-Type: application/json' \
--data-raw '{
"leads_id": [90709],
"rule":{
"Email":"ceshi@qq.com",
"MobilePhone":"13691011211"
}
}'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"content": "string",
"images": [
"string"
],
"create_time": "string",
"creator": "string",
"pid": 0,
"top": 0,
"children": [
{
"id": 0,
"content": "string",
"images": [
"string"
],
"create_time": "string",
"creator": "string",
"pid": 0,
"top": 0,
"is_edit": 0,
"is_top": 0,
"is_del": 0,
"is_show": 0,
"headimg": "string"
}
],
"is_edit": 0,
"is_top": 0,
"is_del": 0,
"is_show": 0,
"headimg": "string"
}
]
}
}