🎉 开放平台文档站换新颜。 欢迎填问卷给我们建议,意见,反馈,夸夸 →
Skip to Content
API文档人员信息教职工信息教职工个人数据汇总

教职工个人数据汇总

最近更新时间: 2024年03月15日 08时06分17秒
数据中心

描述

根据工号查询一网通办教职工基本信息

支持的模式

客户端模式,授权码模式

请求方法

GET

请求地址

https://api.tongji.edu.cn/v1/dc/user/website_teacher_info

数据来源

人事系统,新科研-横向项目,新科研-纵向项目,新版机构知识库,教务

请求参数

参数名是否必填备注
userId学工号

返回参数

参数名类型备注码表
userIdSTRING学工号
nameSTRING姓名
deptNameSTRING部门院系
sexSTRING性别名称
userTypeNameSTRING人员类别
currentStateNmaeSTRING当前状态名称
entryDateSTRING入编年月,与教职工基本信息接口的joinDate取自同一个字段,是人事系统教职工基本信息里的教师入编时间
arrivalDateSTRING来校年月
leaveDateSTRING离职时间
estimatedRetirementDateSTRING预计离退休日期
horizontalTotalnumeric以第一申请人申请横向项目总数_不含先进院
verticalTotalnumeric以第一申请人申请纵向项目总数_不含先进院
firstOrCorrespondingAuthorsnumeric论文_第一或通讯作者
firstOrCorrespondAuYear1numeric论文_第一或通讯作者(近1年年份)
firstOrCorrespondAuLast1numeric论文_第一或通讯作者(近1年汇总)
firstOrCorrespondAuYear2numeric论文_第一或通讯作者(近2年年份)
firstOrCorrespondAuLast2numeric论文_第一或通讯作者(近2年汇总)
firstOrCorrespondAuYear3numeric论文_第一或通讯作者(近3年年份)
firstOrCorrespondAuLast3numeric论文_第一或通讯作者(近3年汇总)
firstOrCorrespondAuYear4numeric论文_第一或通讯作者(近4年年份)
firstOrCorrespondAuLast4numeric论文_第一或通讯作者(近4年汇总)
firstOrCorrespondAuYear5numeric论文_第一或通讯作者(近5年年份)
firstOrCorrespondAuLast5numeric论文_第一或通讯作者(近5年汇总)
contributingAuthorsnumeric论文_参与作者
contributingAuthorsYear1numeric论文_参与作者(近1年年份)
contributingAuthorsLast1numeric论文_参与作者(近1年汇总)
contributingAuthorsYear2numeric论文_参与作者(近2年年份)
contributingAuthorsLast2numeric论文_参与作者(近2年汇总)
contributingAuthorsYear3numeric论文_参与作者(近3年年份)
contributingAuthorsLast3numeric论文_参与作者(近3年汇总)
contributingAuthorsYear4numeric论文_参与作者(近4年年份)
contributingAuthorsLast4numeric论文_参与作者(近4年汇总)
contributingAuthorsYear5numeric论文_参与作者(近5年年份)
contributingAuthorsLast5numeric论文_参与作者(近5年汇总)
authorizedPatentsnumeric授权专利总数
scientificResearchWorksnumeric科研著作总数
scientificResearchAwardsnumeric科研获奖总数
undergraduateCoursesnumeric本科生 课程授课总数
postgraduateCoursesnumeric研究生 课程授课总数
inServiceCoursesnumeric在职课程总数
undergraduatesGuidancenumeric指导在校_本科生总数
outUndergraduatesGuidancenumeric指导离校_本科生总数
tutoredMastesnumeric指导在校_硕士研究生总数
outTutoredMastesnumeric指导离校_硕士研究生总数
doctoralStudentsnumeric指导在校_博士研究生总数
outDoctoralStudentsnumeric指导离校_博士研究生总数
graduateThesesnumeric指导本科生毕业论文_当年
graduateThesesHisnumeric指导本科生毕业论文_历史

请求示例

curl -X GET \ 'https://api.tongji.edu.cn/v1/dc/user/website_teacher_info' \ -H 'userId: '

返回示例

{ "code": "A00000", "data": { "count": 1, "userInfos": [ { "arrivalDate": "1***-*3", "authorizedPatents": 63, "contributingAuthors": 176, "contributingAuthorsLast1": 1, "contributingAuthorsLast2": 12, "contributingAuthorsLast3": 27, "contributingAuthorsLast4": 18, "contributingAuthorsLast5": 6, "contributingAuthorsYear1": 2022, "contributingAuthorsYear2": 2021, "contributingAuthorsYear3": 2020, "contributingAuthorsYear4": 2019, "contributingAuthorsYear5": 2018, "currentStateNmae": "在职", "deptName": "土*****院", "doctoralStudents": 20, "entryDate": "1***-*3", "estimatedRetirementDate": "2***-*2", "firstOrCorrespondAuLast1": 2, "firstOrCorrespondAuLast2": 21, "firstOrCorrespondAuLast3": 22, "firstOrCorrespondAuLast4": 10, "firstOrCorrespondAuLast5": 16, "firstOrCorrespondAuYear1": 2022, "firstOrCorrespondAuYear2": 2021, "firstOrCorrespondAuYear3": 2020, "firstOrCorrespondAuYear4": 2019, "firstOrCorrespondAuYear5": 2018, "firstOrCorrespondingAuthors": 357, "graduateTheses": 1, "graduateThesesHis": 15, "horizontalTotal": 65, "inServiceCourses": 0, "leaveDate": " ", "name": "肖**", "outDoctoralStudents": 28, "outTutoredMastes": 72, "outUndergraduatesGuidance": 0, "postgraduateCourses": 0, "scientificResearchAwards": 19, "scientificResearchWorks": 9, "sex": "*", "tutoredMastes": 7, "undergraduateCourses": 3, "undergraduatesGuidance": 8, "userId": "****1", "userTypeName": "*****员", "verticalTotal": 47 } ] }, "msg": "成功" }