GET api/ZhongJie/GetTemplate?templateId={templateId}

获取内容模板

Request Information

URI Parameters

NameDescriptionTypeAdditional information
templateId

模板标识

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取内容模板

mh163k_house_AgentContentTemplate
NameDescriptionTypeAdditional information
Id

模板标识

integer

None.

Title

模板标题

string

None.

Content

模板内容

string

None.

AuthorUserId

作者用户标识

integer

None.

Status

数据状态

StatusType

None.

LastUpdatedTime

最后更新时间

date

None.

CreateTime

创建时间

date

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_house_AgentContentTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.House.Service.Model">
  <AuthorUserId>4</AuthorUserId>
  <Content>sample string 3</Content>
  <CreateTime>2024-04-24T19:02:01.6380676+08:00</CreateTime>
  <Id>1</Id>
  <LastUpdatedTime>2024-04-24T19:02:01.6380676+08:00</LastUpdatedTime>
  <Status>Effective</Status>
  <Title>sample string 2</Title>
</mh163k_house_AgentContentTemplate>