GET api/Websites/GetNews/{id}/{newsEntryId}
Gets a WebsiteNewsList object
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The website id (GUID) |
string |
Required |
| newsEntryId |
Optional id for the wanted newsentry |
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.
