🎉 开放平台文档站换新颜。 欢迎填问卷给我们建议,意见,反馈,夸夸 →
Skip to Content
API文档教学管理数据教务数据课表信息教室课表信息
httpsapitongjieducnv1rtonetongjiclassroomget_timetable_by_classroom

教室课表信息

最近更新时间: 2025年12月19日 09时52分44秒
实时

描述

通过教室id查询课表

支持的模式

客户端模式

请求方法

GET

请求地址

数据来源

SYS20230001(同济大学教学管理信息系统)

请求参数

参数名是否必填备注
calendarId学期编号,为空默认为当前学期
classroomIds教室编号列表,支持批量,用英文逗号分隔

返回参数

参数名类型备注码表
calendarId
string学期代码
calendarName
string学期名称
campus
string校区代码
campusI18n
string校区名称
classroomId
string教室id
classroomName
string教室名称
occupiedExplain
string课程说明
timeStart
string一日中从第几节课开始上课,如5表示第5节课
timeEnd
string一日中从第几节课下课
weekDay
string上课周,如2表示周二
weekStart
string一学期从第几周开始上课,如1表示第1周
weekEnd
string一学期该课程到第几周结课,如9表示第9周
usageCode
string用途代码
usageCodeI18n
string用途名称
classCapacity
string
capacity
string
createTime
string创建时间
updateTime
string更新时间
deleteStatus
string删除标识
dic
string
isShared
string
occupiedBusinessId
string
id
string
pageNum_
string
pageSize_
string
remark
string
timeBit
string
timeRange
string
weekBit
string

请求示例

curl -X GET \ 'https://api.tongji.edu.cn/v1/rt/onetongji/classroom/get_timetable_by_classroom?calendarId=&classroomIds='

返回示例

{ "code": "A00000", "data": { "data": [ { "calendarName": "2022-2023第2学期", "campus": "1", "campusI18n": "四平路校区", "classCapacity": 20, "classroomName": "C508", "classroomOccupationList": [ { "calendarId": null, "capacity": null, "classroomId": null, "createTime": null, "deleteStatus": null, "dic": true, "id": null, "isShared": null, "occupiedBusinessId": null, "occupiedExplain": "专题设计(Ⅳ)(2000163001411)排课 星期一5-8[1-9]", "pageNum_": 1, "pageSize_": 10, "remark": null, "timeBit": 240, "timeEnd": 8, "timeRange": null, "timeStart": 5, "updateTime": null, "usageCode": "01", "usageCodeI18n": "排课", "weekBit": 511, "weekDay": 1, "weekEnd": 9, "weekStart": 1 }, { "calendarId": null, "capacity": null, "classroomId": null, "createTime": null, "deleteStatus": null, "dic": true, "id": null, "isShared": null, "occupiedBusinessId": null, "occupiedExplain": "专题设计(Ⅳ)(2000163001411)排课 星期四1-4[1-9]", "pageNum_": 1, "pageSize_": 10, "remark": null, "timeBit": 15, "timeEnd": 4, "timeRange": null, "timeStart": 1, "updateTime": null, "usageCode": "01", "usageCodeI18n": "排课", "weekBit": 511, "weekDay": 4, "weekEnd": 9, "weekStart": 1 } ], "examCapacity": 10, "towerCode": "126_yjs", "towerName": "城规学院C", "type": "0", "typeI18n": "非公共教室" } ], "size": 1 }, "msg": "操作成功" }