GET api/professionalcourse/FindMineProfessionalCourseWithPapers

加载当前登录用户的课程及试卷信息

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

加载当前登录用户的课程及试卷信息

JsonRtnDtoOfListOfProfessionalCourseWithPaperOutputDto
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of ProfessionalCourseWithPaperOutputDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "Id": 1,
      "ProfessionalCourseName": "sample string 2",
      "Path": "sample string 3",
      "PId": 4,
      "Sort": 5,
      "PaperId": "baa56a7c-13b8-4f8e-bfb7-e4b4fb3f49f2"
    },
    {
      "Id": 1,
      "ProfessionalCourseName": "sample string 2",
      "Path": "sample string 3",
      "PId": 4,
      "Sort": 5,
      "PaperId": "baa56a7c-13b8-4f8e-bfb7-e4b4fb3f49f2"
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"Id":1,"ProfessionalCourseName":"sample string 2","Path":"sample string 3","PId":4,"Sort":5,"PaperId":"baa56a7c-13b8-4f8e-bfb7-e4b4fb3f49f2"},{"Id":1,"ProfessionalCourseName":"sample string 2","Path":"sample string 3","PId":4,"Sort":5,"PaperId":"baa56a7c-13b8-4f8e-bfb7-e4b4fb3f49f2"}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfProfessionalCourseWithPaperOutputDtov3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>
    <ProfessionalCourseWithPaperOutputDto>
      <Id>1</Id>
      <PId>4</PId>
      <PaperId>baa56a7c-13b8-4f8e-bfb7-e4b4fb3f49f2</PaperId>
      <Path>sample string 3</Path>
      <ProfessionalCourseName>sample string 2</ProfessionalCourseName>
      <Sort>5</Sort>
    </ProfessionalCourseWithPaperOutputDto>
    <ProfessionalCourseWithPaperOutputDto>
      <Id>1</Id>
      <PId>4</PId>
      <PaperId>baa56a7c-13b8-4f8e-bfb7-e4b4fb3f49f2</PaperId>
      <Path>sample string 3</Path>
      <ProfessionalCourseName>sample string 2</ProfessionalCourseName>
      <Sort>5</Sort>
    </ProfessionalCourseWithPaperOutputDto>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfProfessionalCourseWithPaperOutputDtov3CTEUQJ>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"Id":1,"ProfessionalCourseName":"sample string 2","Path":"sample string 3","PId":4,"Sort":5,"PaperId":"baa56a7c-13b8-4f8e-bfb7-e4b4fb3f49f2"},{"Id":1,"ProfessionalCourseName":"sample string 2","Path":"sample string 3","PId":4,"Sort":5,"PaperId":"baa56a7c-13b8-4f8e-bfb7-e4b4fb3f49f2"}]});