GET api/homework/LoadMyWorkAnswerBatchInfo?paperId={paperId}

加载答题批次

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paperId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

加载答题批次

JsonRtnDtoOfListOfStudentWorkAnswerBatchDto
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of StudentWorkAnswerBatchDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "SubmitTime": "2024-09-25T00:05:00.0125972+08:00",
      "BatchId": "0375c2f1-ba01-4b5b-a311-fcfcdd5e01b8",
      "StuId": "sample string 3",
      "PaperId": "22fe5352-e5ab-4812-8bb3-e55fb4216ae3",
      "HasMarked": true,
      "HasSubmited": true,
      "Score": 7.1
    },
    {
      "SubmitTime": "2024-09-25T00:05:00.0125972+08:00",
      "BatchId": "0375c2f1-ba01-4b5b-a311-fcfcdd5e01b8",
      "StuId": "sample string 3",
      "PaperId": "22fe5352-e5ab-4812-8bb3-e55fb4216ae3",
      "HasMarked": true,
      "HasSubmited": true,
      "Score": 7.1
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"SubmitTime":"2024-09-25T00:05:00.0125972+08:00","BatchId":"0375c2f1-ba01-4b5b-a311-fcfcdd5e01b8","StuId":"sample string 3","PaperId":"22fe5352-e5ab-4812-8bb3-e55fb4216ae3","HasMarked":true,"HasSubmited":true,"Score":7.1},{"SubmitTime":"2024-09-25T00:05:00.0125972+08:00","BatchId":"0375c2f1-ba01-4b5b-a311-fcfcdd5e01b8","StuId":"sample string 3","PaperId":"22fe5352-e5ab-4812-8bb3-e55fb4216ae3","HasMarked":true,"HasSubmited":true,"Score":7.1}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfStudentWorkAnswerBatchDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>
    <StudentWorkAnswerBatchDto>
      <BatchId>0375c2f1-ba01-4b5b-a311-fcfcdd5e01b8</BatchId>
      <HasMarked>true</HasMarked>
      <HasSubmited>true</HasSubmited>
      <PaperId>22fe5352-e5ab-4812-8bb3-e55fb4216ae3</PaperId>
      <Score>7.1</Score>
      <StuId>sample string 3</StuId>
      <SubmitTime>2024-09-25T00:05:00.0125972+08:00</SubmitTime>
    </StudentWorkAnswerBatchDto>
    <StudentWorkAnswerBatchDto>
      <BatchId>0375c2f1-ba01-4b5b-a311-fcfcdd5e01b8</BatchId>
      <HasMarked>true</HasMarked>
      <HasSubmited>true</HasSubmited>
      <PaperId>22fe5352-e5ab-4812-8bb3-e55fb4216ae3</PaperId>
      <Score>7.1</Score>
      <StuId>sample string 3</StuId>
      <SubmitTime>2024-09-25T00:05:00.0125972+08:00</SubmitTime>
    </StudentWorkAnswerBatchDto>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfStudentWorkAnswerBatchDtov3CTEUQJ>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"SubmitTime":"2024-09-25T00:05:00.0125972+08:00","BatchId":"0375c2f1-ba01-4b5b-a311-fcfcdd5e01b8","StuId":"sample string 3","PaperId":"22fe5352-e5ab-4812-8bb3-e55fb4216ae3","HasMarked":true,"HasSubmited":true,"Score":7.1},{"SubmitTime":"2024-09-25T00:05:00.0125972+08:00","BatchId":"0375c2f1-ba01-4b5b-a311-fcfcdd5e01b8","StuId":"sample string 3","PaperId":"22fe5352-e5ab-4812-8bb3-e55fb4216ae3","HasMarked":true,"HasSubmited":true,"Score":7.1}]});