GET api/ArticleTheme/GetThemeArticles?themeId={themeId}
后台 - 获取专题下文章列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| themeId |
专题标识 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台 - 获取专题下文章列表
Collection of ArticleSimpleListItemDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
文章标识 |
integer |
None. |
| Title |
标题 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfArticleSimpleListItemDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Article.Service.Dto.Article">
<ArticleSimpleListItemDto>
<Id>1</Id>
<Title>sample string 2</Title>
</ArticleSimpleListItemDto>
<ArticleSimpleListItemDto>
<Id>1</Id>
<Title>sample string 2</Title>
</ArticleSimpleListItemDto>
</ArrayOfArticleSimpleListItemDto>