POST api/CorrectingTestPaper/GetPageScoringRecords
Request Information
URI Parameters
None.
Body Parameters
ScoringRecordQueryName | Description | Type | Additional information |
---|---|---|---|
PaperId | globally unique identifier |
None. |
|
IsAbnormal | boolean |
None. |
|
RuleId | globally unique identifier |
None. |
|
ReTestIndex | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Key | string |
None. |
|
Sort | string |
None. |
|
SortDirection | SortDirection |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaperId": "f1dd2281-0a45-47e2-826f-b3e14cdb52e0", "IsAbnormal": true, "RuleId": "e9ab002c-0a7c-4f3a-af62-d561b64b3f45", "ReTestIndex": "sample string 4", "PageIndex": 5, "PageSize": 6, "Key": "sample string 7", "Sort": "sample string 8", "SortDirection": 0 }
text/html
Sample:
{"PaperId":"f1dd2281-0a45-47e2-826f-b3e14cdb52e0","IsAbnormal":true,"RuleId":"e9ab002c-0a7c-4f3a-af62-d561b64b3f45","ReTestIndex":"sample string 4","PageIndex":5,"PageSize":6,"Key":"sample string 7","Sort":"sample string 8","SortDirection":0}
application/xml, text/xml
Sample:
<ScoringRecordQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services.%E8%80%83%E8%AF%95.%E9%98%85%E5%8D%B7.Query"> <Key xmlns="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">sample string 7</Key> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">5</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">6</PageSize> <Sort xmlns="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">sample string 8</Sort> <SortDirection xmlns="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">None</SortDirection> <IsAbnormal>true</IsAbnormal> <PaperId>f1dd2281-0a45-47e2-826f-b3e14cdb52e0</PaperId> <ReTestIndex>sample string 4</ReTestIndex> <RuleId>e9ab002c-0a7c-4f3a-af62-d561b64b3f45</RuleId> <UserId>2</UserId> </ScoringRecordQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRtnDtoOfPageResultOfScoringRecordName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | PageResultOfScoringRecord |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Value": [ { "StuId": "sample string 1", "StuCode": "5F2E5B32580B57DC605E3E87F87EEACD", "StuName": "sample string 2", "Score": 3.1, "CreatedTime": "2024-09-25T00:10:23.7807032+08:00", "IsAbnormal": true }, { "StuId": "sample string 1", "StuCode": "5F2E5B32580B57DC605E3E87F87EEACD", "StuName": "sample string 2", "Score": 3.1, "CreatedTime": "2024-09-25T00:10:23.7807032+08:00", "IsAbnormal": true } ], "PageIndex": 1, "PageSize": 2, "total": 3, "TotalPages": 4, "HasPreviousPage": false, "HasNextPage": true } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"Value":[{"StuId":"sample string 1","StuCode":"5F2E5B32580B57DC605E3E87F87EEACD","StuName":"sample string 2","Score":3.1,"CreatedTime":"2024-09-25T00:10:23.7807032+08:00","IsAbnormal":true},{"StuId":"sample string 1","StuCode":"5F2E5B32580B57DC605E3E87F87EEACD","StuName":"sample string 2","Score":3.1,"CreatedTime":"2024-09-25T00:10:23.7807032+08:00","IsAbnormal":true}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfPageResultOfScoringRecord4uYCS1KmS_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 xmlns:d3p1="http://schemas.datacontract.org/2004/07/BJ.Services.%E8%80%83%E8%AF%95.%E9%98%85%E5%8D%B7.%E5%8D%95%E9%A2%98%E6%B5%81%E6%B0%B4%E9%98%85%E5%8D%B7"> <d3p1:ScoringRecord> <d3p1:CreatedTime>2024-09-25T00:10:23.7807032+08:00</d3p1:CreatedTime> <d3p1:IsAbnormal>true</d3p1:IsAbnormal> <d3p1:Score>3.1</d3p1:Score> <d3p1:StuId>sample string 1</d3p1:StuId> <d3p1:StuName>sample string 2</d3p1:StuName> </d3p1:ScoringRecord> <d3p1:ScoringRecord> <d3p1:CreatedTime>2024-09-25T00:10:23.7807032+08:00</d3p1:CreatedTime> <d3p1:IsAbnormal>true</d3p1:IsAbnormal> <d3p1:Score>3.1</d3p1:Score> <d3p1:StuId>sample string 1</d3p1:StuId> <d3p1:StuName>sample string 2</d3p1:StuName> </d3p1:ScoringRecord> </d2p1:Value> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfPageResultOfScoringRecord4uYCS1KmS_STz13wm>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"StuId":"sample string 1","StuCode":"5F2E5B32580B57DC605E3E87F87EEACD","StuName":"sample string 2","Score":3.1,"CreatedTime":"2024-09-25T00:10:23.7807032+08:00","IsAbnormal":true},{"StuId":"sample string 1","StuCode":"5F2E5B32580B57DC605E3E87F87EEACD","StuName":"sample string 2","Score":3.1,"CreatedTime":"2024-09-25T00:10:23.7807032+08:00","IsAbnormal":true}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});