统计By大纲
GET
/webtenant/preparationExams/questionBank/statisticByOutlineId请求参数
Query 参数
outlineId
integer <int64>
大纲ID
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
array[object (题型题目) {14}]
可选
caseAnalysisCount
integer <int64>
案例总数量
caseAnalysisListingCount
integer <int64>
案例上架数量
completionCount
integer <int64>
填空总数量
completionListingCount
integer <int64>
填空上架数量
difficulty
integer <int32>
难度
difficultyName
string
难度名称
multipleChoiceCount
integer <int64>
多选总数量
multipleChoiceListingCount
integer <int64>
多选上架数量
saqCount
integer <int64>
问答总数量
saqListingCount
integer <int64>
问答上架数量
singleChoiceCount
integer <int64>
单选总数量
singleChoiceListingCount
integer <int64>
单选上架数量
trueOrFalseCount
integer <int64>
判断总数量
trueOrFalseListingCount
integer <int64>
判断上架数量
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": [
{
"caseAnalysisCount": 0,
"caseAnalysisListingCount": 0,
"completionCount": 0,
"completionListingCount": 0,
"difficulty": 0,
"difficultyName": "string",
"multipleChoiceCount": 0,
"multipleChoiceListingCount": 0,
"saqCount": 0,
"saqListingCount": 0,
"singleChoiceCount": 0,
"singleChoiceListingCount": 0,
"trueOrFalseCount": 0,
"trueOrFalseListingCount": 0
}
],
"msg": "string",
"traceId": "string"
}
最后修改时间: 11 小时前