List of resources
GET
api/v2/talkwalker/p/:project_id/resourcesRetrieve a list of data retrieval settings from a Talkwalker project.
Path Parameters
- project_id string requiredExample: a1ab1abc-a123-123a-123a-abcd12ab1a12
Query Parameters
- type string
Filter on the type of resources. Allowed values: search, filter, page, event or panel.
Example: search
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "GET /api/v2/talkwalker/p/a1ab1abc-a123-123a-123a-abcd12ab1a12/resources?type=search&access_token=abcd_1234_abcd",
"request_id": "#r8w4jwr5idz3#",
"result_resources": {
"projects": [
{
"id": "a1ab1abc-a123-123a-123a-abcd12ab1a12",
"title": "Pascal's Project",
"topics": [
{
"id": "default",
"nodes": [
{
"description": "",
"id": "kpnutesu_1234",
"title": "Tesla"
},
{
"description": "",
"id": "kpnzh6u5_1234",
"title": "BMW"
}
],
"title": ""
}
]
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...