Create a new panel
POST
api/v2/talkwalker/p/:project_id/source_panels/addCreate one or multiple source panels. Entries can be a source, an author or an URL.
Path Parameters
- project_id string requiredExample: a1ab1abc-a123-123a-123a-abcd12ab1a12
- application/json
Request Body
- object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status_code": "0",
"status_message": "OK",
"request": "POST /api/v2/talkwalker/p/a1ab1abc-a123-123a-123a-abcd12ab1a12/source_panels/add?access_token=abcd_1234_abcd",
"request_id": "#rx7k05h80vus#",
"result_source_panels": {
"data": [
{
"success": true,
"panel": {
"id": "ljmhvofx_1555babcd",
"title": "API Panel demo",
"description": "test by API",
"color": "#f3a683",
"group_id": "ungrouped_source_panels_group",
"included_entries": [
{
"entry_type": "URL",
"site": "ex",
"url": "www.testme.com",
"exact_match": false
},
{
"id": "tw:234",
"entry_type": "AUTHOR",
"site": "tw",
"name": "Pascal bird 234"
}
]
}
}
]
}
}
Loading...