POST api/retestrepository/loadRepeatByRepositoryId

多个题库查询重复试题信息

Request Information

URI Parameters

None.

Body Parameters

RepeatReTestInputDto
NameDescriptionTypeAdditional information
RtrIds

题库编号

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RtrIds": [
    1,
    2
  ]
}

text/html

Sample:
{"RtrIds":[1,2]}

application/xml, text/xml

Sample:
<RepeatReTestInputDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <RtrIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </RtrIds>
</RepeatReTestInputDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

多个题库查询重复试题信息

JsonRtnDtoOfListOfRepeatReTest
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of RepeatReTest

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "ReTestId": "4f2cc999-6e92-4402-8f42-76c0064a4f02",
      "Stem": "sample string 2",
      "RepositorySet": [
        {
          "RepositoryName": "sample string 1",
          "RepositoryId": 2
        },
        {
          "RepositoryName": "sample string 1",
          "RepositoryId": 2
        }
      ]
    },
    {
      "ReTestId": "4f2cc999-6e92-4402-8f42-76c0064a4f02",
      "Stem": "sample string 2",
      "RepositorySet": [
        {
          "RepositoryName": "sample string 1",
          "RepositoryId": 2
        },
        {
          "RepositoryName": "sample string 1",
          "RepositoryId": 2
        }
      ]
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"ReTestId":"4f2cc999-6e92-4402-8f42-76c0064a4f02","Stem":"sample string 2","RepositorySet":[{"RepositoryName":"sample string 1","RepositoryId":2},{"RepositoryName":"sample string 1","RepositoryId":2}]},{"ReTestId":"4f2cc999-6e92-4402-8f42-76c0064a4f02","Stem":"sample string 2","RepositorySet":[{"RepositoryName":"sample string 1","RepositoryId":2},{"RepositoryName":"sample string 1","RepositoryId":2}]}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfRepeatReTestv3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>
    <RepeatReTest>
      <ReTestId>4f2cc999-6e92-4402-8f42-76c0064a4f02</ReTestId>
      <RepositorySet>
        <RepeatReTestRepository>
          <RepositoryId>2</RepositoryId>
          <RepositoryName>sample string 1</RepositoryName>
        </RepeatReTestRepository>
        <RepeatReTestRepository>
          <RepositoryId>2</RepositoryId>
          <RepositoryName>sample string 1</RepositoryName>
        </RepeatReTestRepository>
      </RepositorySet>
      <Stem>sample string 2</Stem>
    </RepeatReTest>
    <RepeatReTest>
      <ReTestId>4f2cc999-6e92-4402-8f42-76c0064a4f02</ReTestId>
      <RepositorySet>
        <RepeatReTestRepository>
          <RepositoryId>2</RepositoryId>
          <RepositoryName>sample string 1</RepositoryName>
        </RepeatReTestRepository>
        <RepeatReTestRepository>
          <RepositoryId>2</RepositoryId>
          <RepositoryName>sample string 1</RepositoryName>
        </RepeatReTestRepository>
      </RepositorySet>
      <Stem>sample string 2</Stem>
    </RepeatReTest>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfRepeatReTestv3CTEUQJ>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"ReTestId":"4f2cc999-6e92-4402-8f42-76c0064a4f02","Stem":"sample string 2","RepositorySet":[{"RepositoryName":"sample string 1","RepositoryId":2},{"RepositoryName":"sample string 1","RepositoryId":2}]},{"ReTestId":"4f2cc999-6e92-4402-8f42-76c0064a4f02","Stem":"sample string 2","RepositorySet":[{"RepositoryName":"sample string 1","RepositoryId":2},{"RepositoryName":"sample string 1","RepositoryId":2}]}]});