GET v1/News?id={id}
Gets a single News Story
Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id of the News Story to get |
integer |
Required |
Response
APINewsStoryName | Description | Type | Additional 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}