研究生培养计划
最近更新时间: 2023年06月26日 05时38分49秒
实时
描述
获取1tongji系统上研究生的培养计划,根据学号查询培养计划
支持的模式
客户端模式,授权码模式
请求方法
GET
请求地址
https://api.tongji.edu.cn/v1/rt/onetongji/culture_plan/get
数据来源
教务系统
请求参数
参数名 | 是否必填 | 备注 |
---|---|---|
userId | 否 | 学生学号 |
请求示例
curl -X GET \
'https://api.tongji.edu.cn/v1/rt/onetongji/culture_plan/get' \
-H 'userId: '
返回示例
{
"code": "A00000",
"msg": "操作成功",
"data": {
"pageNum_": 1,
"pageSize_": 10,
"dic": true,
"faculty": null,
"teacherId": "111**",
"teacherName": "王*",
"teacherNameEn": "**",
"id": 50685498,
"lengthSchooling": "2.5",
"enrolDate": "2021-09-01 00:00:00",
"studentId": "2131***",
"cultureId": 87003235,
"studentName": "欧阳**",
"nameSpelling": "xxx",
"remarks": "true",
"courseCodeStrStatus": null,
"firstForeignLanguage": null,
"plansComplete": "0",
"plansCompleteStr": "未完成",
"ids": null,
"oldCultureId": null,
"workFolwId": "StudyPlan1840214",
"createTime": 2021,
"createBy": "call",
"major": "软件工程",
"majorCode": "083500",
"departmentId": "软件学院",
"departmentCode": "000287",
"trainingLevel": "硕士",
"trainingLevelCode": "4",
"cultureName": "2021级 /软件工程(083500) 学历学位生 硕士研究生培养方案",
"cultureNameEn": "2021/-Software Engineering(083500) Degree students masters degreePostgraduate culture scheme",
"grade": 2021,
"name": "欧阳**",
"trainingCategory": "学历学位生",
"trainingCategoryCode": "3",
"degreeType": "学术型",
"studentCategory": "学历教育硕士学位",
"formLearning": "全日制",
"spcialPlan": "无专项计划",
"associationStatus": null,
"associationStatusStr": null,
"statusPlan": 3,
"directionCode": null,
"directionName": null,
"passHistory": 1,
"isOverseas": "否",
"campus": "嘉定校区",
"enrolSeason": "1",
"leaveSchool": "1",
"projId": "2",
"newCoursesCode": null,
"oldCoursesCode": null,
"labelId": null,
"templateId": null,
"studentIdList": null,
"condition": null,
"majorCodeList": null,
"projIdsTemp": null,
"old4m3": "0",
"statusPlanStr": null,
"fisrtLanguage": null,
"courseId": null,
"courseCode": "2090305,2090306,2090307,2090308",
"courseCodeList": null,
"courseCodeStr": null,
"courseName": null,
"courseNameEn": null,
"courseRemarks": null,
"courseRelStatus": null,
"deptIds": null,
"credits": null,
"period": null,
"term": null,
"isElective": null,
"college": null,
"studentIds": null,
"facultyI18n": "",
"majorI18n": "",
"departmentIdI18n": "",
"trainingLevelI18n": "",
"trainingCategoryI18n": "",
"degreeTypeI18n": "",
"studentCategoryI18n": "",
"formLearningI18n": "",
"spcialPlanI18n": "",
"isOverseasI18n": "",
"campusI18n": ""
}
}