GET api/ZhongJie/SearchTemplate?keyword={keyword}

按照关键字搜索模板

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyword

string

Required

Body Parameters

None.

Response Information

Resource Description

按照关键字搜索模板

Collection of AgentTemplateListItemDto
NameDescriptionTypeAdditional information
TemplateId

模板标识

integer

None.

Title

模板标题

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:
<ArrayOfAgentTemplateListItemDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Dto.ZhongJie">
  <AgentTemplateListItemDto>
    <TemplateId>1</TemplateId>
    <Title>sample string 2</Title>
  </AgentTemplateListItemDto>
  <AgentTemplateListItemDto>
    <TemplateId>1</TemplateId>
    <Title>sample string 2</Title>
  </AgentTemplateListItemDto>
</ArrayOfAgentTemplateListItemDto>