GET api/LocalNumV770/ClueDataType

记者帮\小店帮线索类型

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultDataOfZaiMieApp.WebApi.ViewModel.ClueDataType
NameDescriptionTypeAdditional information
recordsetCount

integer

None.

pageSize

integer

None.

page

integer

None.

allPage

integer

None.

message

string

None.

success

boolean

None.

code

integer

None.

data

Collection of ZaiMieApp.WebApi.ViewModel.ClueDataType

None.

Response Formats

application/json, text/json

Sample:
{
  "recordsetCount": 1,
  "pageSize": 2,
  "page": 3,
  "allPage": 4,
  "message": "sample string 5",
  "success": true,
  "code": 7,
  "data": [
    {
      "name": "sample string 1",
      "typeValue": 2,
      "types": [
        {
          "typeName": "sample string 1",
          "typeValue": 2
        },
        {
          "typeName": "sample string 1",
          "typeValue": 2
        }
      ]
    },
    {
      "name": "sample string 1",
      "typeValue": 2,
      "types": [
        {
          "typeName": "sample string 1",
          "typeValue": 2
        },
        {
          "typeName": "sample string 1",
          "typeValue": 2
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<ResultDataOfClueDataTypePr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <allPage>4</allPage>
  <code>7</code>
  <data>
    <ClueDataType>
      <name>sample string 1</name>
      <typeValue>2</typeValue>
      <types>
        <ClueTypeDetail>
          <typeName>sample string 1</typeName>
          <typeValue>2</typeValue>
        </ClueTypeDetail>
        <ClueTypeDetail>
          <typeName>sample string 1</typeName>
          <typeValue>2</typeValue>
        </ClueTypeDetail>
      </types>
    </ClueDataType>
    <ClueDataType>
      <name>sample string 1</name>
      <typeValue>2</typeValue>
      <types>
        <ClueTypeDetail>
          <typeName>sample string 1</typeName>
          <typeValue>2</typeValue>
        </ClueTypeDetail>
        <ClueTypeDetail>
          <typeName>sample string 1</typeName>
          <typeValue>2</typeValue>
        </ClueTypeDetail>
      </types>
    </ClueDataType>
  </data>
  <message>sample string 5</message>
  <page>3</page>
  <pageSize>2</pageSize>
  <recordsetCount>1</recordsetCount>
  <success>true</success>
</ResultDataOfClueDataTypePr2Hy9OI>