Returns the body of a news article. This endpoint requires additional authorization beyond basic news access. Please see a representative for details.
Name | Type | Description | Notes |
---|---|---|---|
news_story_id | String | The identifier of the news story. | |
publication_date | DateTime | The DateTime of the story. | |
specific_source | String | Only news from this source. Defaults to highest available if not present. | [optional] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
body | String | The article body. |