List all panels with their members
GET
api/v2/talkwalker/p/:project_id/source_panels/listTo get a list of groups and panels with their members.
Path Parameters
- project_id string requiredExample: {{project_id}}
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/source_panels/list?access_token=abcd_1234_abcd",
"request_id": "#rx7jghzy19o0#",
"result_source_panels": {
"data": [
{
"group": {
"id": "predefined",
"title": "Predefined",
"panels": [
{
"id": "blocked"
},
{
"id": "favourites"
},
{
"id": "star1",
"included_entries": [
{
"id": "ex:www.example_tw_dm.com-792524346",
"entry_type": "AUTHOR",
"site": "ex",
"name": "Pascal2"
}
]
},
{
"id": "star2"
},
{
"id": "star3"
}
]
}
},
{
"group": {
"id": "ungrouped",
"title": "Ungrouped",
"panels": [
{
"id": "lj4dn6yb_1555abcd",
"title": "API Panel demo",
"description": "test by API",
"color": "#596275",
"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"
}
]
}
]
}
},
{
"group": {
"id": "leiecq1a_gabcdefvhq",
"title": "API group",
"panels": [
{
"id": "lespk2f4_gq0abcdeup",
"title": "VW Twitter Authors",
"color": "#f7d794",
"included_entries": [
{
"id": "tw:15221598",
"entry_type": "AUTHOR",
"site": "tw",
"name": "James Gingerich #IndiaEnergyWeek #IoTSWC23"
},
{
"id": "tw:1592450289499484160",
"entry_type": "AUTHOR",
"site": "tw",
"name": "B Nimisha"
}
]
}
]
}
}
]
}
}
Loading...