List of custom tags
GET
api/v2/talkwalker/p/:project_id/tagsList of custom tags defined in the Talkwalker project
Path Parameters
- project_id string requiredExample: a1ab1abc-a123-123a-123a-abcd12ab1a12
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "GET /api/v2/talkwalker/p/a1ab1abc-a123-123a-123a-abcd12ab1a12/tags?access_token=abcd_1234_abcd",
"request_id": "#r8w4z2a9f0w6#",
"result_tags": {
"tags": [
{
"id": "AX8G0S7Eo1ymquPAbjFf",
"label": "AI Tags/Bot"
},
{
"id": "AX25FRouwrmZKQFrGoWW",
"label": "Category / news"
},
{
"id": "AX25FjsBwrmZKQFrGouw",
"label": "Category / tv_clip"
},
{
"id": "AXp1ysu8qhsP5DbNVS8Y",
"label": "isReported"
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...