prs_server/接口文档/渠道质量模板接口文档.txt
2022-07-21 17:43:40 +08:00

53 lines
1.0 KiB
Plaintext

路由: /api/v1/forms/owner_form
参数:
{
"data_in": "", # 参数可都为空
"interview_query": {},
"find_column": [
]
}
返回值:
{
"code": 200,
"msg": "ok",
"data": {
"前程无忧": {
"count": 0, # 渠道简历总数
"offer_num": 0, # 进入offer阶段数量 # 下同
"work_num": 0, # 进入入职阶段数量
"offer_chance": 0, # offer率
"work_chance": 0 # 入职率
},
"人才库": {
"count": 2,
"offer_num": 2,
"work_num": 1,
"offer_chance": 1,
"work_chance": 0.5
},
"智联招聘": {
"count": 0,
"offer_num": 0,
"work_num": 0,
"offer_chance": 0,
"work_chance": 0
},
"Boss直聘": {
"count": 0,
"offer_num": 0,
"work_num": 0,
"offer_chance": 0,
"work_chance": 0
},
"58同城": {
"count": 0,
"offer_num": 0,
"work_num": 0,
"offer_chance": 0,
"work_chance": 0
}
}
}