Create a new group of panels
POST
api/v2/talkwalker/p/:project_id/source_panels/groups/addCreate one or multiple groups of source panels. Please note that it does not include the source panels inside the group.
Path Parameters
- project_id string requiredExample: {{project_id}}
Header Parameters
- Content-Type stringExample: application/json; charset=UTF-8
- 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/groups/add?access_token=abcd_1234_abcd",
"request_id": "#rx7jukacjfz4#",
"result_source_panels": {
"data": [
{
"success": true,
"group": {
"id": "ljmhrdij_1555babcd",
"title": "API group"
}
},
{
"success": true,
"group": {
"id": "ljmhrdio_1555befgh",
"title": "API group 2"
}
}
]
}
}
Loading...