GET api/CorrectingTestPaper/LoadNeedCorrectingReTest?paperId={paperId}

加载前老师需要批阅的题目

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paperId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

加载前老师需要批阅的题目

JsonRtnDtoOfMarkTypeIdSetOutputDto[]
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of MarkTypeIdSetOutputDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "RuleId": "0800e7c4-3acb-47e5-b43c-eaa82d12923e",
      "RuleInfo": "sample string 2",
      "MarkingReTestIndexes": "sample string 3",
      "Num": 4,
      "MarkedNum": 5,
      "AbnormalNum": 6
    },
    {
      "RuleId": "0800e7c4-3acb-47e5-b43c-eaa82d12923e",
      "RuleInfo": "sample string 2",
      "MarkingReTestIndexes": "sample string 3",
      "Num": 4,
      "MarkedNum": 5,
      "AbnormalNum": 6
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"RuleId":"0800e7c4-3acb-47e5-b43c-eaa82d12923e","RuleInfo":"sample string 2","MarkingReTestIndexes":"sample string 3","Num":4,"MarkedNum":5,"AbnormalNum":6},{"RuleId":"0800e7c4-3acb-47e5-b43c-eaa82d12923e","RuleInfo":"sample string 2","MarkingReTestIndexes":"sample string 3","Num":4,"MarkedNum":5,"AbnormalNum":6}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfMarkTypeIdSetOutputDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>
    <MarkTypeIdSetOutputDto>
      <AbnormalNum>6</AbnormalNum>
      <MarkedNum>5</MarkedNum>
      <MarkingReTestIndexes>sample string 3</MarkingReTestIndexes>
      <Num>4</Num>
      <RuleId>0800e7c4-3acb-47e5-b43c-eaa82d12923e</RuleId>
      <RuleInfo>sample string 2</RuleInfo>
    </MarkTypeIdSetOutputDto>
    <MarkTypeIdSetOutputDto>
      <AbnormalNum>6</AbnormalNum>
      <MarkedNum>5</MarkedNum>
      <MarkingReTestIndexes>sample string 3</MarkingReTestIndexes>
      <Num>4</Num>
      <RuleId>0800e7c4-3acb-47e5-b43c-eaa82d12923e</RuleId>
      <RuleInfo>sample string 2</RuleInfo>
    </MarkTypeIdSetOutputDto>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfMarkTypeIdSetOutputDtov3CTEUQJ>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"RuleId":"0800e7c4-3acb-47e5-b43c-eaa82d12923e","RuleInfo":"sample string 2","MarkingReTestIndexes":"sample string 3","Num":4,"MarkedNum":5,"AbnormalNum":6},{"RuleId":"0800e7c4-3acb-47e5-b43c-eaa82d12923e","RuleInfo":"sample string 2","MarkingReTestIndexes":"sample string 3","Num":4,"MarkedNum":5,"AbnormalNum":6}]});