POST api/Mine/WrongQS
错题本首页数据返回接口,一次性返回错题本最近列表、各试题类型列表的第一页数据
Request Information
URI Parameters
None.
Body Parameters
PM_LearningLog| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex |
要获取数据的页码[默认:1] |
integer |
None. |
| PageSize |
每页要获取的数据条数[默认:10] |
integer |
None. |
| UserToken |
当前登录用户的UserToken,由服务端在用户登录成功之后生成,并在整个访问过程中回传 |
string |
None. |
| DomainName |
来访域名(用户访问该站点时输入的域名) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"UserToken": "sample string 3",
"DomainName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponseModelOfAM_WrongQS| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AM_WrongQS |
None. |
|
| State | integer |
None. |
|
| Msg |
返回的错误或描述信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"WrongQSSumAmount": 1,
"QSCategory1stList": [
{
"WrongQSAmount": 1,
"TotalPage": 2,
"CategoryName": "sample string 3",
"CategoryId": 4
},
{
"WrongQSAmount": 1,
"TotalPage": 2,
"CategoryName": "sample string 3",
"CategoryId": 4
}
],
"ResultList0": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
}
],
"ResultList1": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
}
],
"ResultList2": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
}
],
"ResultList3": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
}
],
"ResultList4": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
}
],
"ResultList5": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastWrongTime": "2026-03-12T01:08:14.9912271+08:00",
"LastWrongTime4View": "sample string 4",
"WrongCount": 5,
"CategoryRootId": 6,
"CategoryRootFirstLetter": "sample string 7",
"RemindLittleRedDot": 8
}
]
},
"State": 1,
"Msg": "sample string 2"
}