GET api/homework/loadmymarkstudents?paperId={paperId}
加载我要评分的学生
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paperId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
加载我要评分的学生
JsonRtnDtoOfListOfHomeWorkMutualMarkStudentDtoName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Collection of HomeWorkMutualMarkStudentDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": [ { "StuId": "sample string 1", "StuName": "sample string 2", "BatchId": "a7be66fc-8285-4847-bc50-a222516cbfae", "CreatedTime": "2024-09-25T00:10:21.3279519+08:00", "IsExamine": true }, { "StuId": "sample string 1", "StuName": "sample string 2", "BatchId": "a7be66fc-8285-4847-bc50-a222516cbfae", "CreatedTime": "2024-09-25T00:10:21.3279519+08:00", "IsExamine": true } ] }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":[{"StuId":"sample string 1","StuName":"sample string 2","BatchId":"a7be66fc-8285-4847-bc50-a222516cbfae","CreatedTime":"2024-09-25T00:10:21.3279519+08:00","IsExamine":true},{"StuId":"sample string 1","StuName":"sample string 2","BatchId":"a7be66fc-8285-4847-bc50-a222516cbfae","CreatedTime":"2024-09-25T00:10:21.3279519+08:00","IsExamine":true}]}
application/xml, text/xml
Sample:
<JsonRtnDtoOfArrayOfHomeWorkMutualMarkStudentDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data> <HomeWorkMutualMarkStudentDto> <BatchId>a7be66fc-8285-4847-bc50-a222516cbfae</BatchId> <CreatedTime>2024-09-25T00:10:21.3279519+08:00</CreatedTime> <IsExamine>true</IsExamine> <StuId>sample string 1</StuId> <StuName>sample string 2</StuName> </HomeWorkMutualMarkStudentDto> <HomeWorkMutualMarkStudentDto> <BatchId>a7be66fc-8285-4847-bc50-a222516cbfae</BatchId> <CreatedTime>2024-09-25T00:10:21.3279519+08:00</CreatedTime> <IsExamine>true</IsExamine> <StuId>sample string 1</StuId> <StuName>sample string 2</StuName> </HomeWorkMutualMarkStudentDto> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfArrayOfHomeWorkMutualMarkStudentDtov3CTEUQJ>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"StuId":"sample string 1","StuName":"sample string 2","BatchId":"a7be66fc-8285-4847-bc50-a222516cbfae","CreatedTime":"2024-09-25T00:10:21.3279519+08:00","IsExamine":true},{"StuId":"sample string 1","StuName":"sample string 2","BatchId":"a7be66fc-8285-4847-bc50-a222516cbfae","CreatedTime":"2024-09-25T00:10:21.3279519+08:00","IsExamine":true}]});