GET api/ArticleTheme/GetTheme?themeId={themeId}

后台 - 获取单个专题实体

Request Information

URI Parameters

NameDescriptionTypeAdditional information
themeId

专题标识

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台 - 获取单个专题实体

ArtThemeUpdateDto
NameDescriptionTypeAdditional information
ThemeId

专题标识

integer

None.

ThemeName

专题名称

string

None.

IndexPicUrl

封面图片地址

string

None.

Keywords

关键词

string

None.

Intro

网页描述

string

None.

Description

自定义文宣

string

None.

Hits

阅读量

integer

None.

DisplayType

显示状态

ArtThemeDisplayType

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArtThemeUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Article.Service.Dto.Theme">
  <Description>sample string 6</Description>
  <DisplayType>All</DisplayType>
  <Hits>7</Hits>
  <IndexPicUrl>sample string 3</IndexPicUrl>
  <Intro>sample string 5</Intro>
  <Keywords>sample string 4</Keywords>
  <ThemeId>1</ThemeId>
  <ThemeName>sample string 2</ThemeName>
</ArtThemeUpdateDto>