List of views
GET
api/v2/talkwalker/p/:project_id/viewsList of dashboards, reports and alerts 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/views?access_token=abcd_1234_abcd",
  "request_id": "#r8w53fmn4lqc#",
  "result_views": {
    "projects": [
      {
        "dashboards": [
          {
            "id": "d|kpwljr81_5imm9n0rkoiy",
            "last_update": 1643363616716,
            "title": "My brand over time"
          },
          {
            "id": "d|kvm6rteh_1tucp7x76h74x",
            "last_update": 1636105165826,
            "title": "Twitter dashboard"
          },
          {
            "id": "d|ksq3qjwe_1tucp7xbajz8r",
            "last_update": 1641894004945,
            "title": "test API"
          }
        ],
        "id": "a1ab1abc-a123-123a-123a-abcd12ab1a12",
        "reports": [
          {
            "id": "r|ks5tu5bt_1tucp7xe5hxkb",
            "last_update": 1641894680353,
            "title": "test report"
          },
          {
            "id": "r|ks5twkt7_1tucp7xe5hzky",
            "last_update": 1632729761325,
            "title": "test alert"
          }
        ],
        "title": "Pascal's Project"
      }
    ]
  },
  "status_code": "0",
  "status_message": "OK"
}
Loading...