Search Topic Signals
Returns topic news based on search parameters
{
"startDate": "start_date",
"endDate": "end_date",
"group": "group",
"topicIds": "topic_ids",
"limit": "limit",
"ts": "ts"
}Param
Mandatory
Description
{
"status": "status_code",
"news": [
{
"hash": "new_id",
"publisher": "news_publisher",
"title": "new_title",
"url": "new_url",
"desc": "news_description",
"publishDate": "news_published_date",
"companyIds": ["Intellizence_company_id_1", "Intellizence_company_id_2"],
, "companies": ["company_name_1", "company_name_2"],
"triggerCodes": ["Intellizence_trigger_code_1", "Intellizence_trigger_code_2"],
"triggers": ["trigger_1", "trigger_2"]
"topics": ["topic_1", "topic_2"],
"ts": "timestamp of this news. Used for pagination.",
"similarNews": "Array of similar news",
"companyDomains": ["company_domain_1", "company_domain_2"]
}
]
}Status code
Description
Last updated