Retrieve definition of a specific topic
GET
api/v2/talkwalker/p/:project_id/topics/list/:topic_idIn order to only get the definition of a specific topic or custom filter when calling the endpoint, we can add the topic ID to the endpoint.
Path Parameters
- project_id string requiredExample: {{project_id}}
- topic_id string required
topic ID or filter ID
Example: kpnutesu_5imm9mo4lbsj
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status_code": "0",
"status_message": "OK",
"request": "GET /api/v2/talkwalker/p/a1ab1abc-a123-123a-123a-abcd12ab1a12/topics/list/kpnutesu_5imm9mo4lbsj?access_token=abcd_1234_abcd",
"request_id": "#rbawwg5flbh7#",
"result_topic_details": {
"id": "kpnutesu_1234",
"title": "Tesla",
"description": "",
"category_id": "default",
"category_title": "",
"category_description": "",
"included_queries": [
"tesla AND \"electric car\" AND lang:en"
],
"excluded_queries": [
"(noisecategory:financial_news OR noisecategory:promotions)"
],
"type": "SEARCH"
}
}
Loading...