v1
latestOpenAPI 3.1.02026-08-042010999.7 KBMonitoring: Entity Management
Retrieve the full body of a referenced news article
This endpoint retrieves the full body of a news article referenced in a Sigma News Event. For licensing and performance reasons, this must be called only as a response to user action, and not in bulk. The response includes highlights of relevant phrases, entities, and locations in the article.
get/news/event/{uuid}/article/{hash}
Path parameters
hashstring required
The individual article. Each article is uniquely identified by its hash.
The individual article. Each article is uniquely identified by its hash.
uuidstring required
The event UUID that includes the article. In the entity news endpoint, this is called the event's ID
The event UUID that includes the article. In the entity news endpoint, this is called the event's ID
Response
OK
Example response
{
"publisher": "New York Times"
}