GET api/exam/correctingshow?courseId={courseId}

习题批改列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
courseId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

习题批改列表

JsonRtnDtoOfListOfExamCorrecting
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of ExamCorrecting

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "Id": "0b4b01bb-7477-4945-9f7d-1f89409e340e",
      "Title": "sample string 2",
      "CourseId": "a8c60e3b-daee-4119-ab7a-c680e2949c21",
      "TestType": 4,
      "ReplyNum": 1,
      "AverageScore": 1.1,
      "Finished": true
    },
    {
      "Id": "0b4b01bb-7477-4945-9f7d-1f89409e340e",
      "Title": "sample string 2",
      "CourseId": "a8c60e3b-daee-4119-ab7a-c680e2949c21",
      "TestType": 4,
      "ReplyNum": 1,
      "AverageScore": 1.1,
      "Finished": true
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"Id":"0b4b01bb-7477-4945-9f7d-1f89409e340e","Title":"sample string 2","CourseId":"a8c60e3b-daee-4119-ab7a-c680e2949c21","TestType":4,"ReplyNum":1,"AverageScore":1.1,"Finished":true},{"Id":"0b4b01bb-7477-4945-9f7d-1f89409e340e","Title":"sample string 2","CourseId":"a8c60e3b-daee-4119-ab7a-c680e2949c21","TestType":4,"ReplyNum":1,"AverageScore":1.1,"Finished":true}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfExamCorrectingv3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>
    <ExamCorrecting>
      <AverageScore>1.1</AverageScore>
      <CourseId>a8c60e3b-daee-4119-ab7a-c680e2949c21</CourseId>
      <Finished>true</Finished>
      <Id>0b4b01bb-7477-4945-9f7d-1f89409e340e</Id>
      <ReplyNum>1</ReplyNum>
      <TestType>4</TestType>
      <Title>sample string 2</Title>
    </ExamCorrecting>
    <ExamCorrecting>
      <AverageScore>1.1</AverageScore>
      <CourseId>a8c60e3b-daee-4119-ab7a-c680e2949c21</CourseId>
      <Finished>true</Finished>
      <Id>0b4b01bb-7477-4945-9f7d-1f89409e340e</Id>
      <ReplyNum>1</ReplyNum>
      <TestType>4</TestType>
      <Title>sample string 2</Title>
    </ExamCorrecting>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfExamCorrectingv3CTEUQJ>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"Id":"0b4b01bb-7477-4945-9f7d-1f89409e340e","Title":"sample string 2","CourseId":"a8c60e3b-daee-4119-ab7a-c680e2949c21","TestType":4,"ReplyNum":1,"AverageScore":1.1,"Finished":true},{"Id":"0b4b01bb-7477-4945-9f7d-1f89409e340e","Title":"sample string 2","CourseId":"a8c60e3b-daee-4119-ab7a-c680e2949c21","TestType":4,"ReplyNum":1,"AverageScore":1.1,"Finished":true}]});