学生基本信息-实时
最近更新时间: 2024年09月05日 07时03分59秒
实时
描述
获取教务系统所有的学生基本信息
支持的模式
客户端模式,授权码模式
请求方法
POST
请求地址
https://api.tongji.edu.cn/v1/rt/user/all_student
数据来源
教务系统
请求参数
参数名 | 是否必填 | 备注 |
---|---|---|
userId | 否 | 学号,支持批量查询,使用英文逗号分割,长度不能超过1000 |
返回参数
参数名 | 类型 | 备注 | 码表 |
---|---|---|---|
name | String | 姓名 | |
studentId | String | 学号 | |
nameSpelling | String | 姓名拼音 | |
sexCode | String | 性别代码 | |
sex | String | 性别 | |
birthday | String | 出生日期 | |
maritalStatusCode | String | 婚姻状况代码 | |
maritalStatus | String | 婚姻状况 | |
usedName | String | 曾用名 | |
nationCode | String | 民族代码 | |
nation | String | 民族 | |
politicalStatusCode | String | 政治面貌代码 | |
politicalStatus | String | 政治面貌 | |
stateCode | String | 国家地区代码 | |
state | String | 国家地区 | |
chinaSonCode | String | 港澳台侨代码 | |
chinaSon | String | 港澳台侨 | |
nativePlaceCode | String | 籍贯代码 | |
nativePlace | String | 籍贯 | |
brithplaceCode | String | 出生地代码 | |
brithplace | String | 出生地 | |
studentSourceCode | String | 生源地代码 | |
studentSource | String | 生源地 | |
stationStart | String | 火车起点站 | |
stationTerminiCode | String | 火车终点站代码 | |
stationTermini | String | 火车终点站 | |
householdRegisterCode | String | 户口所在地代码 | |
householdRegister | String | 户口所在地 | |
registeredAddress | String | 户口所在详细地址 | |
registeredPostalCode | String | 户口所在地邮编 | |
mailingAddress | String | 法定送达地址 | |
postalCode | String | 邮政编码 | |
healthStatusCode | String | 健康状况代码 | |
healthStatus | String | 健康状况 | |
medicalHistory | String | 病史 | |
projIdCode | String | 管理部门代码 | |
projId | String | 管理部门 | |
facultyCode | String | 管理学院代码 | |
faculty | String | 管理学院 | |
professionCode | String | 招生专业代码 | |
profession | String | 招生专业 | |
statusProfessionCode | String | 学籍专业代码 | |
statusProfession | String | 学籍专业 | |
cultureProfessionCode | String | 培养专业代码 | |
cultureProfession | String | 培养专业 | |
majorDirectionCode | String | 专业方向代码 | |
majorDirection | String | 专业方向名称 | |
statusFacultyCode | String | 学籍(招生)学院代码,学生归属判断请使用管理学院代码 | |
statusFaculty | String | 学籍(招生)学院 | |
trainingLevelCode | String | 培养层次代码 | |
trainingLevel | String | 培养层次 | |
trainingCategoryCode | String | 培养类别代码 | |
trainingCategory | String | 培养类别 | |
trainingMethodsCode | String | 培养方式代码 | |
trainingMethods | String | 培养方式 | |
grade | Integer | 入学年级 | |
enrolDate | String | 入学时间 | |
enrolMethodsCode | String | 入学方式代码 | |
enrolMethods | String | 入学方式 | |
currentGrade | Integer | 当前年级 | |
enrolSeasonCode | String | 入学季节代码 | |
enrolSeason | String | 入学季节 | |
isOverseasCode | String | 是否国际生代码 | |
isOverseas | String | 是否国际生 | |
isMembershipCode | String | 是否在籍代码 | |
isMembership | String | 是否在籍 | |
leaveSchoolCode | String | 在校状态代码 | |
leaveSchool | String | 在校状态 | |
registrationStatusCode | String | 学籍状态代码 | |
registrationStatus | String | 学籍状态 | |
enrolCategoryCode | String | 录取类别代码 | |
enrolCategory | String | 录取类别 | |
wayStudyCode | String | 就读方式代码 | |
wayStudy | String | 就读方式 | |
lengthSchooling | String | 学制 | |
formLearningCode | String | 学习形式代码 | |
formLearning | String | 学习形式 | |
learningStyleCode | String | 学习方式代码 | |
learningStyle | String | 学习方式 | |
isDobleDegree | String | 是否双学位 | |
categoryCode | String | 门类代码 | |
category | String | 门类 | |
campusCode | String | 校区代码 | |
campus | String | 校区 | |
degreeCode | String | 学位代码 | |
degree | String | 学位 | |
teacherId | String | 导师 | |
viceTeacherId | String | 导师2 | |
spcialPlanCode | String | 专项计划代码 | |
spcialPlan | String | 专项计划 | |
isIncumbencyCode | String | 是否在职生代码 | |
isIncumbency | String | 是否在职生 | |
specialCategoryCode | String | 特殊类别代码 | |
specialCategory | String | 特殊类别 | |
degreeTypeCode | String | 学位类型代码 | |
degreeType | String | 学位类型 | |
degreeCategoryCode | String | 学位上报类别代码 | |
degreeCategory | String | 学位上报类别 | |
expectedGraduationDate | String | 预计毕业时间 | |
actualGraduationDate | String | 实际毕业时间 | |
offSchool | String | 离校时间 | |
studentCategoryCode | String | 学生分类代码 | |
studentCategory | String | 学生分类 | |
researchDirection | String | 研究方向 | |
userTypeCode | String | 人员类型代码 | |
userTypeName | String | 人员类型 |
解释说明
- 先通过获取全量人员学工号获取学号;
- 再将学号进行逗号拼接传递至此接口;
请求示例
curl -X POST \
'https://api.tongji.edu.cn/v1/rt/user/all_student' \
-H 'userId: '
返回示例
{
"code": "A00000",
"msg": "操作成功",
"data": [
{
"degreeCode": "31251",
"isIncumbency": "是",
"nation": "汉族",
"stationTerminiCode": "2030",
"trainingCategoryCode": "3",
"trainingMethodsCode": "12",
"specialCategory": "",
"faculty": "经济与管理学院",
"statusProfessionCode": "125100",
"maritalStatusCode": "1",
"degreeTypeCode": "2",
"degreeCategory": "专业学位硕士",
"enrolDate": "2021-09-01 00:00:00",
"cultureProfession": "工商管理",
"state": "中国",
"nameSpelling": "****",
"spcialPlanCode": "0",
"profession": "工商管理",
"isDobleDegree": "否",
"specialCategoryCode": "",
"projIdCode": "4",
"cultureProfessionCode": "125100",
"expectedGraduationDate": "2026-08-31 00:00:00",
"campus": "四平路校区",
"studentCategory": "学历生",
"degree": "工商管理硕士学位",
"enrolMethods": "全国统考",
"studentSource": "吴中区",
"enrolCategoryCode": "12",
"degreeCategoryCode": "403",
"grade": 2021,
"name": "****",
"spcialPlan": "无专项计划",
"stateCode": "156",
"householdRegister": "吴中区",
"trainingMethods": "国家任务(定向)",
"maritalStatus": "已婚",
"chinaSon": "非港澳台",
"birthday": "1984-01-03 00:00:00",
"projId": "在职研究生",
"leaveSchool": "校内在读",
"degreeType": "专业型",
"studentSourceCode": "320506",
"learningStyle": "半脱产",
"enrolSeasonCode": "1",
"formLearningCode": "2",
"studentCategoryCode": "1",
"studentId": "****",
"trainingCategory": "学历学位生",
"isOverseasCode": "0",
"enrolCategory": "国家任务(定向)",
"learningStyleCode": "2",
"facultyCode": "000192",
"trainingLevel": "硕士",
"nationCode": "01",
"enrolMethodsCode": "21",
"trainingLevelCode": "4",
"currentGrade": 2021,
"professionCode": "125100",
"politicalStatus": "中共党员",
"campusCode": "1",
"sex": "女",
"politicalStatusCode": "01",
"categoryCode": "1251",
"enrolSeason": "秋季",
"isOverseas": "否",
"sexCode": "2",
"teacherId": "08050",
"mailingAddress": "************************",
"formLearning": "非全日制",
"householdRegisterCode": "320506",
"stationTermini": "上海",
"statusProfession": "工商管理",
"researchDirection": "同济综合MBA项目",
"chinaSonCode": "0",
"lengthSchooling": "2",
"leaveSchoolCode": "1",
"category": "工商管理",
"stationStart": "上海",
"isIncumbencyCode": "1"
}
]
}