GET api/NewsLists/GetNewsByTagId/{id}/{tagname}
Get news by tag in
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
NewsListID |
string |
Required |
| tagname |
Tagname ie. "Party" |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
WebsiteNewsList| Name | Description | Type | Additional information |
|---|---|---|---|
| WantedNewsEntry |
The Newsentry to be displayed |
NewsEntry |
None. |
| NewsEntries |
All news entries |
Collection of NewsEntry |
None. |
| NewsTags |
NewsTags for the NewsList |
Collection of NewsTag |
None. |
| NewsArchiveItems |
Archived news |
Collection of NewsArchiveItem |
None. |
| Headline |
Headline |
string |
None. |
| Details |
Details (short text describing the newslist) |
string |
None. |
| NewsListId |
NewsListId |
globally unique identifier |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
