GET v1/Industries/News?id={id}
Gets the top 20 News stories for this industry
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Industry Id to get News for |
integer |
Required |
Response
Collection of APINews| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id of the News Story |
integer |
None. |
| title |
Title of the News Story |
string |
None. |
| link |
URL to the News Story |
string |
None. |
| description |
Body of the News Story |
string |
None. |
| pubDate |
Published Date of the News Story |
string |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Industries/{IndustryId}/News