GET api/paperType/loadPatternType

加载考试类型

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

加载考试类型

JsonRtnDtoOfListOfKeyValuePairOfInt32AndString
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of Pair of integer [key] and string [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "Key": 1,
      "Value": "sample string 2"
    },
    {
      "Key": 1,
      "Value": "sample string 2"
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"Key":1,"Value":"sample string 2"},{"Key":1,"Value":"sample string 2"}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfKeyValuePairOfintstringR8RmUPp7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <d2p1:KeyValuePairOfintstring>
      <d2p1:key>1</d2p1:key>
      <d2p1:value>sample string 2</d2p1:value>
    </d2p1:KeyValuePairOfintstring>
    <d2p1:KeyValuePairOfintstring>
      <d2p1:key>1</d2p1:key>
      <d2p1:value>sample string 2</d2p1:value>
    </d2p1:KeyValuePairOfintstring>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfKeyValuePairOfintstringR8RmUPp7>

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

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"Key":1,"Value":"sample string 2"},{"Key":1,"Value":"sample string 2"}]});