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 | str | The identifier of the news story. | |
publication_date | datetime | The DateTime of the story. | |
specific_source | str | Only news from this source. Defaults to highest available if not present. | [optional] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
body | str | The article body. |