GET api/NewsLists/GetArchive/{id}/{key}
Returns newsentries for a specifik month
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
NewsListId (Guid) |
string |
Required |
key |
ie. "2015-2" for february 2015 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
WebsiteNewsListName | 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.