🎉 开放平台文档站换新颜。 欢迎填问卷给我们建议,意见,反馈,夸夸 →
Skip to Content

四六级成绩

最近更新时间: 2023年06月26日 05时38分49秒
实时

描述

获取1tongji系统上学生四六级成绩信息

支持的模式

客户端模式,授权码模式

请求方法

GET

请求地址

https://api.tongji.edu.cn/v1/rt/onetongji/cet_score

数据来源

教务系统

请求参数

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

请求示例

curl -X GET \ 'https://api.tongji.edu.cn/v1/rt/onetongji/cet_score' \ -H 'userId: '

返回示例

{ "code":"200", "msg":"", "data":{ "pageNum_":1, "pageSize_":20, "total_":2, "list":[ { "calendarId":112, "calendarYear":null, "calendarTerm":null, "calendarYearTerm":null, "calendarYearTermCn":"2021-2022学年第1学期", "studentId":"205****", "studentName":"欧****", "title":null, "subjectCode":null, "competitionType":null, "writtenSubjectName":"(2)英语六级笔试", "cardNo":"31003121*******", "score":"603.00", "scoreRank":null, "oralScore":null, "examTime":null, "cetType":2, "competitionId":null, "scoreExamCategory":null, "competitionExamCategory":null, "signUpStudentId":null }, { "calendarId":111, "calendarYear":null, "calendarTerm":null, "calendarYearTerm":null, "calendarYearTermCn":"2020-2021学年第2学期", "studentId":"205****", "studentName":"欧****", "title":null, "subjectCode":null, "competitionType":null, "writtenSubjectName":"(1)英语四级笔试", "cardNo":"31003121*******", "score":"599.00", "scoreRank":null, "oralScore":null, "examTime":null, "cetType":1, "competitionId":null, "scoreExamCategory":null, "competitionExamCategory":null, "signUpStudentId":null } ] } }