GET api/TemplateDataConfigInfo/GetAllDataConfigInfo

获取定制 数据配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取定制 数据配置

Collection of TemplateDataConfigDto
NameDescriptionTypeAdditional information
Id

integer

None.

NavName

导航名称

string

None.

TemplateDataType

调用数据类型

HouseTemplateDataType

None.

CategoryId

调用的分类

integer

None.

CategoryName

调用的分类名称

string

None.

Nums

数据条数

integer

None.

FilePath

模板文件地址

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ArrayOfTemplateDataConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.HouseTemplate.Service.Dto">
  <TemplateDataConfigDto>
    <CategoryId>3</CategoryId>
    <CategoryName>sample string 4</CategoryName>
    <FilePath>sample string 6</FilePath>
    <Id>1</Id>
    <NavName>sample string 2</NavName>
    <Nums>5</Nums>
    <TemplateDataType>NewTiezi</TemplateDataType>
  </TemplateDataConfigDto>
  <TemplateDataConfigDto>
    <CategoryId>3</CategoryId>
    <CategoryName>sample string 4</CategoryName>
    <FilePath>sample string 6</FilePath>
    <Id>1</Id>
    <NavName>sample string 2</NavName>
    <Nums>5</Nums>
    <TemplateDataType>NewTiezi</TemplateDataType>
  </TemplateDataConfigDto>
</ArrayOfTemplateDataConfigDto>