接口地址 /dataService/enterprise/report-list
请求方式 GET
接口描述 获取企业在职信网中发起的报告列表。
请求参数:
参数名称 | 说明 | 参数类型 | 是否必填 | 类型 |
---|---|---|---|---|
token | 数据令牌(生成方式参见1.1) | query | true | string |
请求示例:
GET https://www.hrzhixin.com/dataService/enterprise/report-list?token=c629527d0ffa2r1h5156035eff436a6d
响应参数:
参数名称 | 说明 | 类型 |
---|---|---|
respCode | 业务码,0表示成功 | int32 |
respMsg | 信息 | string |
data | 业务信息 | object |
limit | 分页条数 | int |
prePage | 上一页 | int |
start | 当前页数值 | int |
currentPage | 当前页码 | int |
nextPage | 下一页 | int |
list | 发起背调集合 | array |
report_no | 报告编号 | int |
reportId | 报告id | int |
type | 报告类型 | 1简历版2数据版3混合版 |
create_time | 发起日期 | date |
name | 候选人 | string |
telephone | 候选人手机 | int |
status | 背调状态(详见1.3状态码解释) | int |
pdf_path | 报告pdf路径 | string |
additional_apply | 背调项集合 | int |
report_url | 报告URL路径 | string |
响应参数:
{
"respCode":1,
"respMsg":"操作成功",
"data":{
"limit":10,
"prePage":1,
"start":0,
"currentPage":1,
"nextPage":2,
"list":[
{
"batch_no":"1",
"report_no":"4",
"reportId":"套餐1",
"type":"职信网自定义套餐1",
"create_time":"3",
"user_name":"3",
"name":"3",
"telephone":"3",
"status":"3",
"pdf_path":"3",
"additional_apply":[,
"身份实名",
"职业资格",
"会计证书",
...
]
"report_url":"3",
"is_old_report":"3",
}
...
]
}
}