GET api/ZhongJie/GetUserTemplates

获取客户内容模板

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取客户内容模板

Collection of AgentTemplateListItemDto
NameDescriptionTypeAdditional information
TemplateId

模板标识

integer

None.

Title

模板标题

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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>