根据更新时间获取客户列表
GET
/open-api/external_user/update/list
openapi
错误码 | 说明 |
---|---|
20201 | order 错误,找不到对应员工 |
20202 | staff_id 不合法 |
20203 | type 不合法 |
10049 | 其它参数错误 |
请求参数
Query 参数
order
string
可选
示例值:
desc
source
string
必需
(注:返回的数据是external_user的updated_at,source选external_user外的其他条件是筛选(remark:客户更新基本信息, staff_relation:客户更新关系,tag_relation: 客户更新标签)时间。)
示例值:
staff_relation
staff_id
string
可选
示例值:
WuYaJun
start_update_time
string
可选
示例值:
1634054400
end_update_time
string
可选
示例值:
1634140799
start_add_time
integer
可选
示例值:
1634054400
end_add_time
integer
可选
示例值:
1634140799
limit
integer
可选
示例值:
30
offset
integer
可选
示例值:
0
phone_number
string
可选
示例值:
13322665588
type
string
可选
示例值:
1
access_token
string
调用接口凭证
默认值:
{{access_token}}
示例代码
返回响应
修改于 2024-03-05 06:38:15