GET api/NewsItem/{id}

Retrieves a specific news Item NOT IMPLEMENTED

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

NewsItem
NameDescriptionTypeAdditional information
Title

The Title of the News Item

string

None.

Summary

Summary

string

None.

CreatedOn

The Date and Time the item was created on

date

None.

PublishDate

The Publish Date of the item

date

None.

Content

Content

string

None.

HeadlineImageUrl

Image

string

None.

ExternalUrl

External Url

string

None.

Author

The Author of the Item

string

None.

Public

Whether the item is public or not

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.