GET api/StudentTestPaperStatistic/GetStudentExamStatistic?pageIndex={pageIndex}&pageSize={pageSize}&key={key}
学员个性化分析报告
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageIndex | integer |
Default value is 1 |
|
pageSize | integer |
Default value is 10 |
|
key | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
学员个性化分析报告
JsonRtnDtoOfPageResultOfStudentExamStatisticOuputListDtoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | PageResultOfStudentExamStatisticOuputListDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Value": [ { "PaperId": "4bca4dc2-1713-43d4-80eb-b31f439e42e8", "PaperName": "sample string 2", "ProfessionalCourseName": "sample string 3", "Score": 4.1, "SchoolRank": 1, "ClassRank": 1 }, { "PaperId": "4bca4dc2-1713-43d4-80eb-b31f439e42e8", "PaperName": "sample string 2", "ProfessionalCourseName": "sample string 3", "Score": 4.1, "SchoolRank": 1, "ClassRank": 1 } ], "PageIndex": 1, "PageSize": 2, "total": 3, "TotalPages": 4, "HasPreviousPage": false, "HasNextPage": true } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{"PaperId":"4bca4dc2-1713-43d4-80eb-b31f439e42e8","PaperName":"sample string 2","ProfessionalCourseName":"sample string 3","Score":4.1,"SchoolRank":1,"ClassRank":1},{"PaperId":"4bca4dc2-1713-43d4-80eb-b31f439e42e8","PaperName":"sample string 2","ProfessionalCourseName":"sample string 3","Score":4.1,"SchoolRank":1,"ClassRank":1}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfPageResultOfStudentExamStatisticOuputListDtov3CTEUQJS_STz13wm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Infrastructure"> <d2p1:PageIndex>1</d2p1:PageIndex> <d2p1:PageSize>2</d2p1:PageSize> <d2p1:TotalPages>4</d2p1:TotalPages> <d2p1:total>3</d2p1:total> <d2p1:Value> <StudentExamStatisticOuputListDto> <ClassRank>1</ClassRank> <PaperId>4bca4dc2-1713-43d4-80eb-b31f439e42e8</PaperId> <PaperName>sample string 2</PaperName> <ProfessionalCourseName>sample string 3</ProfessionalCourseName> <SchoolRank>1</SchoolRank> <Score>4.1</Score> </StudentExamStatisticOuputListDto> <StudentExamStatisticOuputListDto> <ClassRank>1</ClassRank> <PaperId>4bca4dc2-1713-43d4-80eb-b31f439e42e8</PaperId> <PaperName>sample string 2</PaperName> <ProfessionalCourseName>sample string 3</ProfessionalCourseName> <SchoolRank>1</SchoolRank> <Score>4.1</Score> </StudentExamStatisticOuputListDto> </d2p1:Value> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfPageResultOfStudentExamStatisticOuputListDtov3CTEUQJS_STz13wm>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"PaperId":"4bca4dc2-1713-43d4-80eb-b31f439e42e8","PaperName":"sample string 2","ProfessionalCourseName":"sample string 3","Score":4.1,"SchoolRank":1,"ClassRank":1},{"PaperId":"4bca4dc2-1713-43d4-80eb-b31f439e42e8","PaperName":"sample string 2","ProfessionalCourseName":"sample string 3","Score":4.1,"SchoolRank":1,"ClassRank":1}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});