GET api/NewsItem?portal={portal}

Retrieves all current published newsitems for this portal. CA Kairos Portal is our default

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portal

Default is "CA Kairos Portal"

string

Required

Body Parameters

None.

Response Information

Resource Description

All NewsItems for the Portal

Collection of 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.