GET api/ArticleTheme/PagedSearchTheme
后台 - 搜索专题列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayType |
显示类型 |
ArtThemeDisplayType |
None. |
| ExceptId |
排除ID |
Collection of integer |
None. |
| PageSize |
每页条数 |
integer |
None. |
| Search |
关键字 |
string |
None. |
| Keywords |
关键字 |
string |
None. |
| PageID |
分页页数 |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
后台 - 搜索专题列表
PagedOfArtThemeListItemDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ArtThemeListItemDto |
None. |
|
| TotalRecord | integer |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<PagedOfArtThemeListItemDtoO4IKT_SgL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Article.Service.Dto.Theme">
<d2p1:ArtThemeListItemDto>
<d2p1:ArticleCount>5</d2p1:ArticleCount>
<d2p1:CoverPicUrl>sample string 7</d2p1:CoverPicUrl>
<d2p1:DisplayType>All</d2p1:DisplayType>
<d2p1:DisplayTypeDescription>sample string 4</d2p1:DisplayTypeDescription>
<d2p1:Hits>6</d2p1:Hits>
<d2p1:Id>1</d2p1:Id>
<d2p1:ThemeIntro>sample string 3</d2p1:ThemeIntro>
<d2p1:ThemeName>sample string 2</d2p1:ThemeName>
</d2p1:ArtThemeListItemDto>
<d2p1:ArtThemeListItemDto>
<d2p1:ArticleCount>5</d2p1:ArticleCount>
<d2p1:CoverPicUrl>sample string 7</d2p1:CoverPicUrl>
<d2p1:DisplayType>All</d2p1:DisplayType>
<d2p1:DisplayTypeDescription>sample string 4</d2p1:DisplayTypeDescription>
<d2p1:Hits>6</d2p1:Hits>
<d2p1:Id>1</d2p1:Id>
<d2p1:ThemeIntro>sample string 3</d2p1:ThemeIntro>
<d2p1:ThemeName>sample string 2</d2p1:ThemeName>
</d2p1:ArtThemeListItemDto>
</Data>
<TotalPage>2</TotalPage>
<TotalRecord>1</TotalRecord>
</PagedOfArtThemeListItemDtoO4IKT_SgL>