- 接口变更说明
- 各接口返回字段说明
- 指标服务接口
- 明细数据接口
- 指标穿透
- 数据交换
- 测试-OA审批
- 测试-OA 审批
- testGET
员工证书信息
GET
https://58.251.31.210:28144/api/dtc/empcertinfo
请求参数
Query 参数
stat_dt
string
数据日期
示例值:
20230608
staff_base_code
string
可选
示例值:
00001
org_code
string
可选
示例值:
szcg
offset
number
偏移量
示例值:
0
maxRows
number
分页大小
示例值:
100
Header 参数
token
string
必需
示例值:
5598b64263370e15ea719ffaa0059cb028ba14886989d70ad0824577328ce7a443054a53f4b9631db2cc23959a66194ead7b7d31526c32ce9d6ef8abfce9c0c0
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://58.251.31.210:28144/api/dtc/empcertinfo?stat_dt=20230608&staff_base_code=00001&org_code=szcg&offset=0&maxRows=100' \
--header 'token: 5598b64263370e15ea719ffaa0059cb028ba14886989d70ad0824577328ce7a443054a53f4b9631db2cc23959a66194ead7b7d31526c32ce9d6ef8abfce9c0c0'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"staff_base_code": "工号",
"staff_name_cn": "姓名",
"belong_unit_org_id": "单位ID",
"belong_unit_org_code": "单位编码",
"belong_unit_org_name": "单位名称",
"dept_org_id": "部门ID",
"dept_org_code": "部门编码",
"dept_org_name": "部门名称",
"post_id": "岗位ID",
"post_no": "岗位编码",
"post_name": "岗位名称",
"cert_file_path": "证书附件路径",
"certificate_type": "证书类别",
"certificate_name": "证书名称",
"certificate_unit": "证书所在单位",
"major_name": "专业名称",
"certificate_num": "证书编号",
"cert_url_prefix": "证书附件URL前缀",
"issue_date": "发证日期",
"valid_date": "有效日期",
"lend_status": "证书借出状态",
"person_status": "在职状态,1:在职 2:离职 3:退休 4:返聘",
"in_use_name": "使用标识名称",
"operator_name": "操作人名称",
"operate_time": "操作时间",
"remark_info": "备注",
"rtn_cnt": "返回记录数",
"rt_no": "行号"
}
修改于 2023-12-08 03:29:05