POST api/paperscoremgt/getmymarkstudenttestinfobymulticlass
获取当前老师阅卷学生
Request Information
URI Parameters
None.
Body Parameters
参数
SearchStudentTestInfoByMutilClassDtoName | Description | Type | Additional information |
---|---|---|---|
PaperId |
试卷编号 |
globally unique identifier |
None. |
StruIds |
行政班级 |
Collection of integer |
None. |
TcIds |
教学班级 |
Collection of globally unique identifier |
None. |
PageSize |
每页显示数量 |
integer |
None. |
PageIndex |
页索引 |
integer |
None. |
Key |
查询关键字 |
string |
None. |
State |
状态 |
TestStatus |
None. |
SortField |
排序字段 |
string |
None. |
Sort |
排序 |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaperId": "e53a552a-7844-496c-8186-069c07410448", "StruIds": [ 1, 2 ], "TcIds": [ "56e020df-ccd2-489d-bb88-ec9e22b83327", "0dced87c-f2eb-4f25-b48d-9ee06d6a5f9d" ], "PageSize": 2, "PageIndex": 3, "Key": "sample string 4", "State": 1, "SortField": "sample string 5", "Sort": true }
text/html
Sample:
{"PaperId":"e53a552a-7844-496c-8186-069c07410448","StruIds":[1,2],"TcIds":["56e020df-ccd2-489d-bb88-ec9e22b83327","0dced87c-f2eb-4f25-b48d-9ee06d6a5f9d"],"PageSize":2,"PageIndex":3,"Key":"sample string 4","State":1,"SortField":"sample string 5","Sort":true}
application/xml, text/xml
Sample:
<SearchStudentTestInfoByMutilClassDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Key>sample string 4</Key> <PageIndex>3</PageIndex> <PageSize>2</PageSize> <PaperId>e53a552a-7844-496c-8186-069c07410448</PaperId> <Sort>true</Sort> <SortField>sample string 5</SortField> <State>尚未参考</State> <StruIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </StruIds> <TcIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>56e020df-ccd2-489d-bb88-ec9e22b83327</d2p1:guid> <d2p1:guid>0dced87c-f2eb-4f25-b48d-9ee06d6a5f9d</d2p1:guid> </TcIds> </SearchStudentTestInfoByMutilClassDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取当前老师阅卷学生
JsonRtnDtoOfPageResultOfStudentTestInfoDtoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | PageResultOfStudentTestInfoDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Value": [ { "StuId": "sample string 1", "StuName": "sample string 2", "StuSex": "sample string 3", "StructureName": "sample string 4", "ClassName": "sample string 5", "TestState": 1, "AddTimeLength": 6, "IsExamine": true, "LinkStatus": true, "IpLocked": true, "LockId": "e5ac2591-bd3c-438b-85b8-296bb6eaef91", "Coconsuming": 10, "Score": 1.1, "MyMarkScore": 1.1, "IsPass": true, "MarkExamProcessId": 12, "MarkExamProcessName": "sample string 13", "ReviewState": 0, "ReviewInfo": "sample string 14", "OwnEndTime": "2024-09-25T00:06:20.125179+08:00", "IsAbnormal": true, "MarkingMark": true, "ScreenCutoutNum": 1, "ScreenCutoutPicture": "sample string 17", "VideoRecord": "sample string 18" }, { "StuId": "sample string 1", "StuName": "sample string 2", "StuSex": "sample string 3", "StructureName": "sample string 4", "ClassName": "sample string 5", "TestState": 1, "AddTimeLength": 6, "IsExamine": true, "LinkStatus": true, "IpLocked": true, "LockId": "e5ac2591-bd3c-438b-85b8-296bb6eaef91", "Coconsuming": 10, "Score": 1.1, "MyMarkScore": 1.1, "IsPass": true, "MarkExamProcessId": 12, "MarkExamProcessName": "sample string 13", "ReviewState": 0, "ReviewInfo": "sample string 14", "OwnEndTime": "2024-09-25T00:06:20.125179+08:00", "IsAbnormal": true, "MarkingMark": true, "ScreenCutoutNum": 1, "ScreenCutoutPicture": "sample string 17", "VideoRecord": "sample string 18" } ], "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","StuName":"sample string 2","StuSex":"sample string 3","StructureName":"sample string 4","ClassName":"sample string 5","TestState":1,"AddTimeLength":6,"IsExamine":true,"LinkStatus":true,"IpLocked":true,"LockId":"e5ac2591-bd3c-438b-85b8-296bb6eaef91","Coconsuming":10,"Score":1.1,"MyMarkScore":1.1,"IsPass":true,"MarkExamProcessId":12,"MarkExamProcessName":"sample string 13","ReviewState":0,"ReviewInfo":"sample string 14","OwnEndTime":"2024-09-25T00:06:20.125179+08:00","IsAbnormal":true,"MarkingMark":true,"ScreenCutoutNum":1,"ScreenCutoutPicture":"sample string 17","VideoRecord":"sample string 18"},{"StuId":"sample string 1","StuName":"sample string 2","StuSex":"sample string 3","StructureName":"sample string 4","ClassName":"sample string 5","TestState":1,"AddTimeLength":6,"IsExamine":true,"LinkStatus":true,"IpLocked":true,"LockId":"e5ac2591-bd3c-438b-85b8-296bb6eaef91","Coconsuming":10,"Score":1.1,"MyMarkScore":1.1,"IsPass":true,"MarkExamProcessId":12,"MarkExamProcessName":"sample string 13","ReviewState":0,"ReviewInfo":"sample string 14","OwnEndTime":"2024-09-25T00:06:20.125179+08:00","IsAbnormal":true,"MarkingMark":true,"ScreenCutoutNum":1,"ScreenCutoutPicture":"sample string 17","VideoRecord":"sample string 18"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfPageResultOfStudentTestInfoDtov3CTEUQJS_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> <StudentTestInfoDto> <AddTimeLength>6</AddTimeLength> <ClassName>sample string 5</ClassName> <Coconsuming>10</Coconsuming> <IpLocked>true</IpLocked> <IsAbnormal>true</IsAbnormal> <IsExamine>true</IsExamine> <IsPass>true</IsPass> <LinkStatus>true</LinkStatus> <LockId>e5ac2591-bd3c-438b-85b8-296bb6eaef91</LockId> <MarkExamProcessId>12</MarkExamProcessId> <MarkExamProcessName>sample string 13</MarkExamProcessName> <MarkingMark>true</MarkingMark> <MyMarkScore>1.1</MyMarkScore> <OwnEndTime>2024-09-25T00:06:20.125179+08:00</OwnEndTime> <ReviewInfo>sample string 14</ReviewInfo> <ReviewState>待审核</ReviewState> <Score>1.1</Score> <ScreenCutoutNum>1</ScreenCutoutNum> <ScreenCutoutPicture>sample string 17</ScreenCutoutPicture> <StructureName>sample string 4</StructureName> <StuId>sample string 1</StuId> <StuName>sample string 2</StuName> <StuSex>sample string 3</StuSex> <TestState>尚未参考</TestState> <VideoRecord>sample string 18</VideoRecord> </StudentTestInfoDto> <StudentTestInfoDto> <AddTimeLength>6</AddTimeLength> <ClassName>sample string 5</ClassName> <Coconsuming>10</Coconsuming> <IpLocked>true</IpLocked> <IsAbnormal>true</IsAbnormal> <IsExamine>true</IsExamine> <IsPass>true</IsPass> <LinkStatus>true</LinkStatus> <LockId>e5ac2591-bd3c-438b-85b8-296bb6eaef91</LockId> <MarkExamProcessId>12</MarkExamProcessId> <MarkExamProcessName>sample string 13</MarkExamProcessName> <MarkingMark>true</MarkingMark> <MyMarkScore>1.1</MyMarkScore> <OwnEndTime>2024-09-25T00:06:20.125179+08:00</OwnEndTime> <ReviewInfo>sample string 14</ReviewInfo> <ReviewState>待审核</ReviewState> <Score>1.1</Score> <ScreenCutoutNum>1</ScreenCutoutNum> <ScreenCutoutPicture>sample string 17</ScreenCutoutPicture> <StructureName>sample string 4</StructureName> <StuId>sample string 1</StuId> <StuName>sample string 2</StuName> <StuSex>sample string 3</StuSex> <TestState>尚未参考</TestState> <VideoRecord>sample string 18</VideoRecord> </StudentTestInfoDto> </d2p1:Value> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfPageResultOfStudentTestInfoDtov3CTEUQJS_STz13wm>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Value":[{"StuId":"sample string 1","StuName":"sample string 2","StuSex":"sample string 3","StructureName":"sample string 4","ClassName":"sample string 5","TestState":1,"AddTimeLength":6,"IsExamine":true,"LinkStatus":true,"IpLocked":true,"LockId":"e5ac2591-bd3c-438b-85b8-296bb6eaef91","Coconsuming":10,"Score":1.1,"MyMarkScore":1.1,"IsPass":true,"MarkExamProcessId":12,"MarkExamProcessName":"sample string 13","ReviewState":0,"ReviewInfo":"sample string 14","OwnEndTime":"2024-09-25T00:06:20.125179+08:00","IsAbnormal":true,"MarkingMark":true,"ScreenCutoutNum":1,"ScreenCutoutPicture":"sample string 17","VideoRecord":"sample string 18"},{"StuId":"sample string 1","StuName":"sample string 2","StuSex":"sample string 3","StructureName":"sample string 4","ClassName":"sample string 5","TestState":1,"AddTimeLength":6,"IsExamine":true,"LinkStatus":true,"IpLocked":true,"LockId":"e5ac2591-bd3c-438b-85b8-296bb6eaef91","Coconsuming":10,"Score":1.1,"MyMarkScore":1.1,"IsPass":true,"MarkExamProcessId":12,"MarkExamProcessName":"sample string 13","ReviewState":0,"ReviewInfo":"sample string 14","OwnEndTime":"2024-09-25T00:06:20.125179+08:00","IsAbnormal":true,"MarkingMark":true,"ScreenCutoutNum":1,"ScreenCutoutPicture":"sample string 17","VideoRecord":"sample string 18"}],"PageIndex":1,"PageSize":2,"total":3,"TotalPages":4,"HasPreviousPage":false,"HasNextPage":true}});