获取开放平台所有接口文档地址
最近更新时间: 2026年01月07日 02时29分52秒
开放平台
描述
获取开放平台所有接口以及接口文档的访问地址
支持的模式
无需授权可直接访问
请求方法
GET
请求地址
返回参数
| 参数名 | 类型 | 备注 | 码表 |
|---|---|---|---|
code | string | 响应状态码 | |
data | object | 响应结果 | |
list | array[object] | ||
requestMethod | string | 接口请求方法 | |
requestUrl | string | 接口请求地址 | |
apiDescription | string | 接口描述 | |
directoryName | string | 接口名称 | |
docName | string | 接口文档名称 | |
explanation | string | 接口解释说明 | |
isDisplay | number | 接口是否展示 | 1:展示 0:隐藏 |
apiName | string | 接口名 | |
docsUrl | string | 接口文档访问地址 | |
endpoint | string | 请求路径 | |
total | number | 总数 | |
msg | string | 响应信息 |
请求示例
curl --request GET 'https://api.tongji.edu.cn/v1/openplatform/api/get_api_doc_url'
返回示例
{
"code": "A00000",
"msg": "成功",
"data": {
"list": [
{
"apiDescription": "根据学工号和年份查询装有一卡通读卡器的房间刷卡记录信息,目前仅支持2023、2024、2025、2026年份查询,如需更多年份数据请联系曹老师。",
"apiName": "",
"docName": "v2_dc_door_all_person_attendance_record.md",
"directoryName": "师生考勤刷卡记录",
"explanation": "",
"isDisplay": 1,
"requestMethod": "GET",
"requestUrl": "https://api.tongji.edu.cn/v2/dc/door/all_person_attendance_record",
"docsUrl": "https://api.tongji.edu.cn/docs/interface/school_management_data/logistics_and_security_management_data/card/card_attendance/v2_dc_door_all_person_attendance_record",
"endpoint": "v2_dc_door_all_person_attendance_record"
}
]
}
}