查询校本课程库详细信息
GET
https://api2.hik-cloud.com/api/v1/edu/education/course/actions/findSchoolCourseLibDetailInfo
功能描述
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.hik-cloud.com/api/v1/edu/education/course/actions/findSchoolCourseLibDetailInfo' \
--header 'Authorization: Bearer '
响应示例响应示例
{
"code": 200,
"message": "操作成功",
"data": {
"pageNo": 1,
"pageSize": 10,
"totalPage": 1,
"total": 2,
"hasNextPage": false,
"hasPreviousPage": false,
"firstPage": true,
"lastPage": true,
"rows": [
{
"classLists": [
{
"id": "0eba5caae21b4aa081ebf30bd9521bf1",
"name": "高2023届"
}
],
"courseLibType": null,
"courseName": "数学",
"onClassType": "grade",
"schoolCourseId": "255555576ad44f9b9d61ab510f25bd6e",
"studySectionId": "eb0e0b841cdb4bb5931ffc8b816f2e74",
"studySectionName": null,
"subjectId": "25602b0938bd4809a5bc289c14970094",
"subjectName": "高中美术",
"teacherLists": [
{
"teacherId": "7d148d8851094ea0a6538a821b1f8176",
"teacherName": "何红颖"
},
{
"teacherId": "cd501d92a43e4d90a8fe722be1686fe4",
"teacherName": "钟艳"
}
]
},
{
"classLists": [
{
"id": "eb0e0b841cdb4bb5931ffc8b816f2e74",
"name": "高中"
}
],
"courseLibType": null,
"courseName": "测试一下老师改变",
"onClassType": "studySection",
"schoolCourseId": "a466f00de8f741ada11adcb51689fb62",
"studySectionId": "eb0e0b841cdb4bb5931ffc8b816f2e74",
"studySectionName": null,
"subjectId": "e8332f80343d43f4894d12b0c2254c80",
"subjectName": "高中地理",
"teacherLists": [
{
"teacherId": "7d148d8851094ea0a6538a821b1f8176",
"teacherName": "何红颖"
},
{
"teacherId": "8135b8bbe0f94b61bfdf7da453ef8cd5",
"teacherName": "李润兰"
}
]
}
]
}
}
请求参数
Query 参数
pageNo
string
可选
pageSize
string
可选
courseLibId
string
课程库ID
schoolId
string
学校ID
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}