POST api/Mine/LearningLogQuickExercise
模块练习记录首页数据返回接口,一次性返回模块练习最近列表、五大类试题类型列表的第一页数据
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_LearningLogQuickExercise| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AM_LearningLogQuickExercise |
None. |
|
| State | integer |
None. |
|
| Msg |
返回的错误或描述信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"QSCategory1stList": [
{
"QSAmount": 1,
"TotalPage": 2,
"CategoryName": "sample string 3",
"CategoryId": 4
},
{
"QSAmount": 1,
"TotalPage": 2,
"CategoryName": "sample string 3",
"CategoryId": 4
}
],
"ResultList0": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
}
],
"ResultList1": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
}
],
"ResultList2": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
}
],
"ResultList3": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
}
],
"ResultList4": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
}
],
"ResultList5": [
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
},
{
"QuestionId": 1,
"QueContent": "sample string 2",
"LastExerciseTime": "2026-03-12T01:02:23.3890143+08:00",
"LastExerciseTime4View": "sample string 4",
"CategoryRootId": 5,
"CategoryNodeId": 6,
"CategoryRemark": "sample string 7"
}
]
},
"State": 1,
"Msg": "sample string 2"
}