# 获取任务详情

# 请求方式

GET(https)

# 请求地址

https://nbd-api.myscrm.cn/open-nbd-qw-job/v1/add-contact-task/get-task-detail

# 请求参数说明

参数 类型 必须 说明
app_id string 企微中台应用 id
task_id string 任务 id

# 请求参数示例

{
  "app_id": "5a040281-c86c-1298-5042-f9fa69177ed3",
  "task_id": "3a040281-c86c-1298-5042-f9fa69177ed2"
}

# 返回数据

{
  "e_id": "39fdf97b-2bb9-0b02-9201-f259f6317c7c",
  "project_id": "39d58a24-f87e-9dd0-ba43-fb175d799595",
  "task_name": "caixs-测试加客回调事件555555",
  "task_type_id": "8d5d7e67-d4e9-11ec-8560-00163e160904",
  "task_type": "add_customer_mobile",
  "begin_time": "2022-05-20 15:48:59",
  "end_time": "2022-05-26 15:49:01",
  "content": "<p>test</p>",
  "is_notice": true,
  "notice_time": 12,
  "status": 1,
  "task_id": "3a040281-c86c-1298-5042-f9fa69177ed2",
  "project_name": "明源集团宝安中心花园234编辑1"
}

# 返回参数说明

参数 类型 必须 说明
e_id string 企业 Id
project_id string 项目 Id
task_name string 任务名称
task_type_id string 任务类型 id
task_type string 任务类型名称
begin_time string 任务开始时间 ,比如:2022-06-06 13:30:37
end_time string 任务结束时间,比如:2022-06-07 13:30:37
add_by_contact_mobile.member_name string 企业成员姓名
add_by_contact_mobile.member_mobile string 企业成员电话号码
add_by_contact_mobile.contact_mobiles []string 需要添加的客户的电话号码
add_fixed_quantity_contact.member_name string 成员姓名
add_fixed_quantity_contact.user_id string 成员 user_id
add_fixed_quantity_contact.target_num int32 目标数量
content string 任务内容
is_notice bool 是否开启结束前提醒
notice_time int32 is_notice=true 时必传,结束前 xx 小时提醒
status int32 任务状态 0 不发布 1 发布
task_id string 任务 id
project_name string 项目名称