查询题目列表
POST
/webtenant/preparationExams/questionBank/listByIds请求参数
Body 参数application/json
chapterId
integer <int64>
可选
chapterIds
array[integer <int64>]
可选
chapterRegexp
string
可选
difficultyList
array[integer <int32>]
可选
difficultySet
array[integer <int32>]
可选
display
integer <int32>
可选
endTime
string <date-time>
可选
idList
array[integer <int64>]
可选
limitNum
integer <int32>
可选
params
object
可选
questionDesc
string
可选
questionStatus
integer <int32>
可选
questionTypeList
array[integer <int32>]
可选
questionTypeSet
array[integer <int32>]
可选
sisplayStatus
array[integer <int32>]
可选
startTime
string <date-time>
可选
tagIds
array[integer <int64>]
可选
tagRegexp
string
可选
tenantId
integer <int64>
可选
textbookId
integer <int64>
可选
示例
{
"chapterId": 0,
"chapterIds": [
0
],
"chapterRegexp": "string",
"difficultyList": [
0
],
"difficultySet": [
0
],
"display": 0,
"endTime": "2019-08-24T14:15:22.123Z",
"idList": [
0
],
"limitNum": 0,
"params": {},
"questionDesc": "string",
"questionStatus": 0,
"questionTypeList": [
0
],
"questionTypeSet": [
0
],
"sisplayStatus": [
0
],
"startTime": "2019-08-24T14:15:22.123Z",
"tagIds": [
0
],
"tagRegexp": "string",
"tenantId": 0,
"textbookId": 0
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
额外字段
object
可选
示例
{
"property1": {},
"property2": {}
}
最后修改时间: 11 小时前