News
The News data type gives news articles that involve the User.
The News' history is regardless of the month history current setting.
| Field | Type | Description |
|---|---|---|
| title | string | Title of the news article. |
| link | string | URL of the news article. |
| published_at | string | Date of publication. |
| description | string | Description of the news article. |
| source | string | Source of the news (e.g. "JDN"). |
| keywords | string[] | Keywords used to find the information. |
Endpoints
GET
/api/v6/users/{userId}/newsReturns news articles involving the user's company.