查询员工的跟进任务执行结果(旧)

最后更新:2023/09/15

企业可通过此接口分页查询员工的跟进任务执行结果

请求方式: POST(HTTPS)

请求地址: https://open.wshoto.com/openapi/task/follow_up/target/page

Query参数:

参数 类型 必填 说明
access_token string 调用接口凭证

Body参数:

{
  "template_id": 1564199361519480450,
  "user_id": "wovvCXcAAArlLF6_5MGJgXN3qEXnzV5g",
  "current_index": 1,
  "page_size": 20
}
参数 类型 必填 说明
template_id long 跟进任务id
user_id string 跟进员工user id
current_index int 页码。默认值为1
page_size int 列表返回长度。默认值为20,最大值为100

返回值:

{
  "code": 0,
  "msg": "请求成功",
  "data": {
    "total": 1,
    "records": [
      {
        "external_user_id": "wovvCXcAAArlLF6_5MGJgXN3qEXnzV5g",
        "name": "云涛",
        "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLNZT3ibfJS9jyhoPW1tEgyGHwN2GhbXf2KcicD2REVoUIhwGuPyE4SGKGlJuuZCCC1W99eRqrOw0Sw/132",
        "follow_status": 1,
        "follow_time": null
      }
    ]
  }
}

参数说明:

参数 类型 说明
code int 返回码
msg string 对返回码的文本描述内容
data object
  total long
  records object[]
    external_user_id string 所跟进的客户的id
    name string 所跟进的客户的昵称
    avatar string 所跟进的客户的头像
    follow_status int 1:未跟进;2:已跟进
    follow_time string 跟进时间

results matching ""

    No results matching ""