GET {version}/User/GetMyErrorExamRecordSubject?pageIndex={pageIndex}&pageSize={pageSize}
我的错题
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 10 |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfMyErrorExamSubjectDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Message | string |
None. |
|
| Data | Collection of MyErrorExamSubjectDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2",
"Data": [
{
"SubjectID": "sample string 1",
"SubjectName": "sample string 2",
"SumNum": 1,
"RecDate": "2026-01-31T18:03:46.3788644+08:00"
},
{
"SubjectID": "sample string 1",
"SubjectName": "sample string 2",
"SumNum": 1,
"RecDate": "2026-01-31T18:03:46.3788644+08:00"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfMyErrorExamSubjectDtoF2xKsV4k xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TinyFx.Web.Results">
<Code>sample string 1</Code>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Eshikao.Models">
<d2p1:MyErrorExamSubjectDto>
<d2p1:RecDate>2026-01-31T18:03:46.3788644+08:00</d2p1:RecDate>
<d2p1:SubjectID>sample string 1</d2p1:SubjectID>
<d2p1:SubjectName>sample string 2</d2p1:SubjectName>
<d2p1:SumNum>1</d2p1:SumNum>
</d2p1:MyErrorExamSubjectDto>
<d2p1:MyErrorExamSubjectDto>
<d2p1:RecDate>2026-01-31T18:03:46.3788644+08:00</d2p1:RecDate>
<d2p1:SubjectID>sample string 1</d2p1:SubjectID>
<d2p1:SubjectName>sample string 2</d2p1:SubjectName>
<d2p1:SumNum>1</d2p1:SumNum>
</d2p1:MyErrorExamSubjectDto>
</Data>
<Message>sample string 2</Message>
</ApiResultOfArrayOfMyErrorExamSubjectDtoF2xKsV4k>