GET api/HTGL/GetCkxx

获取词库信息

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

OutPutOfListOfQxtj_Ckwh
NameDescriptionTypeAdditional information
ResultStatus

EnumResultStatus

None.

Msg

string

None.

ResultData

Collection of Qxtj_Ckwh

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultStatus": 200,
  "Msg": "sample string 1",
  "ResultData": [
    {
      "CKSN": "sample string 1",
      "SRY": "sample string 2",
      "ZT": "sample string 3",
      "SORT": 1.0,
      "gjc_list": [
        {
          "CKSN": "sample string 1",
          "GJCSN": "sample string 2",
          "GJCNR": "sample string 3",
          "SORT": 1.0
        },
        {
          "CKSN": "sample string 1",
          "GJCSN": "sample string 2",
          "GJCNR": "sample string 3",
          "SORT": 1.0
        }
      ]
    },
    {
      "CKSN": "sample string 1",
      "SRY": "sample string 2",
      "ZT": "sample string 3",
      "SORT": 1.0,
      "gjc_list": [
        {
          "CKSN": "sample string 1",
          "GJCSN": "sample string 2",
          "GJCNR": "sample string 3",
          "SORT": 1.0
        },
        {
          "CKSN": "sample string 1",
          "GJCSN": "sample string 2",
          "GJCNR": "sample string 3",
          "SORT": 1.0
        }
      ]
    }
  ],
  "TotalCount": 2
}

application/xml, text/xml

Sample:
<Qxtj_v.OutPutOfArrayOfQxtj_v.Qxtj_Ckwh2hGjyaJv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
  <Msg>sample string 1</Msg>
  <ResultData>
    <Qxtj_v.Qxtj_Ckwh>
      <CKSN>sample string 1</CKSN>
      <SORT>1</SORT>
      <SRY>sample string 2</SRY>
      <ZT>sample string 3</ZT>
      <gjc_list>
        <Qxtj_v.Qxtj_Ckwh_Gjc>
          <CKSN>sample string 1</CKSN>
          <GJCNR>sample string 3</GJCNR>
          <GJCSN>sample string 2</GJCSN>
          <SORT>1</SORT>
        </Qxtj_v.Qxtj_Ckwh_Gjc>
        <Qxtj_v.Qxtj_Ckwh_Gjc>
          <CKSN>sample string 1</CKSN>
          <GJCNR>sample string 3</GJCNR>
          <GJCSN>sample string 2</GJCSN>
          <SORT>1</SORT>
        </Qxtj_v.Qxtj_Ckwh_Gjc>
      </gjc_list>
    </Qxtj_v.Qxtj_Ckwh>
    <Qxtj_v.Qxtj_Ckwh>
      <CKSN>sample string 1</CKSN>
      <SORT>1</SORT>
      <SRY>sample string 2</SRY>
      <ZT>sample string 3</ZT>
      <gjc_list>
        <Qxtj_v.Qxtj_Ckwh_Gjc>
          <CKSN>sample string 1</CKSN>
          <GJCNR>sample string 3</GJCNR>
          <GJCSN>sample string 2</GJCSN>
          <SORT>1</SORT>
        </Qxtj_v.Qxtj_Ckwh_Gjc>
        <Qxtj_v.Qxtj_Ckwh_Gjc>
          <CKSN>sample string 1</CKSN>
          <GJCNR>sample string 3</GJCNR>
          <GJCSN>sample string 2</GJCSN>
          <SORT>1</SORT>
        </Qxtj_v.Qxtj_Ckwh_Gjc>
      </gjc_list>
    </Qxtj_v.Qxtj_Ckwh>
  </ResultData>
  <ResultStatus>Success</ResultStatus>
  <TotalCount>2</TotalCount>
</Qxtj_v.OutPutOfArrayOfQxtj_v.Qxtj_Ckwh2hGjyaJv>