GET v1/News?id={id}

Gets a single News Story

Parameters

NameDescriptionTypeAdditional information
id

Id of the News Story to get

integer

Required

Response

APINewsStory
NameDescriptionTypeAdditional information
StoryHeadline

The Headline of the story

string

None.

StoryBody

The Body of the story

string

None.

StoryProvider

The Provider of the story

string

None.

StoryDate

The Date of the story

date

None.

NewsWeatherPolygon

string

None.

WeatherAlertId

integer

None.

WeatherEventType

string

None.

WeatherEventMeta

string

None.

WeatherEventDescText

string

None.

RelatedBusinesses

The Name and ID of businesses connected to the story

Collection of APINewsStoryBusiness

None.

NewsStoryCategories

Collection of APINewsStoryCategory

None.

Example

            
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/News/{NewsId}
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.