GET {version}/User/GetMyExamQuestionFollowSubject?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
ApiResultOfListOfMyExamFollowSubjectDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Message | string |
None. |
|
| Data | Collection of MyExamFollowSubjectDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2",
"Data": [
{
"ExamID": "sample string 1",
"SubjectName": "sample string 2",
"SumNum": 1,
"RecDate": "2026-01-31T18:03:20.9415458+08:00"
},
{
"ExamID": "sample string 1",
"SubjectName": "sample string 2",
"SumNum": 1,
"RecDate": "2026-01-31T18:03:20.9415458+08:00"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfMyExamFollowSubjectDtoF2xKsV4k 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:MyExamFollowSubjectDto>
<d2p1:ExamID>sample string 1</d2p1:ExamID>
<d2p1:RecDate>2026-01-31T18:03:20.9415458+08:00</d2p1:RecDate>
<d2p1:SubjectName>sample string 2</d2p1:SubjectName>
<d2p1:SumNum>1</d2p1:SumNum>
</d2p1:MyExamFollowSubjectDto>
<d2p1:MyExamFollowSubjectDto>
<d2p1:ExamID>sample string 1</d2p1:ExamID>
<d2p1:RecDate>2026-01-31T18:03:20.9415458+08:00</d2p1:RecDate>
<d2p1:SubjectName>sample string 2</d2p1:SubjectName>
<d2p1:SumNum>1</d2p1:SumNum>
</d2p1:MyExamFollowSubjectDto>
</Data>
<Message>sample string 2</Message>
</ApiResultOfArrayOfMyExamFollowSubjectDtoF2xKsV4k>