文档
测试

查询某一课程下的收藏

GET
/exercise/student/{studentId}/{courseId}/retrieveCollection

请求头

参数名
类型
描述
必填
Content-Type
application/json; charset=UTF-8
必填

请求参数

参数名
类型
描述
必填
studentId
String
路径参数,学生id
必填
courseId
String
路径参数,课程id
必填

响应参数

参数名
类型
描述
必填
question
object
数据字典
必填
answer
string
答案
必填
author
string
作者
必填
describe
string
题干
必填
difficulty
string
难度
必填
parsing
string
解析
必填
submissionTime
string
最后修改时间
必填
tqNo
string
题号
必填
type
string
题目类型
必填
questionValueObject
object
数据字典(仅选择题有)
必填
chapterId
string
章节号
必填
questionId
string
题号
必填

说明 / 示例

![image.png](1)