GET
/
api
/
utm-dashboard-visualizations
[
  {
    "id": 123,
    "idVisualization": 123,
    "idDashboard": 123,
    "order": 123,
    "width": 123,
    "height": 123,
    "top": 123,
    "left": 123,
    "showTimeFilter": true,
    "defaultTimeRange": "<string>",
    "gridInfo": "<string>",
    "visualization": {
      "id": 123,
      "name": "<string>",
      "description": "<string>",
      "eventType": "<string>",
      "createdDate": "2023-11-07T05:31:56Z",
      "modifiedDate": "2023-11-07T05:31:56Z",
      "userCreated": "<string>",
      "userModified": "<string>",
      "chartConfig": "<string>",
      "chartAction": "<string>",
      "systemOwner": true,
      "idPattern": 123,
      "chartType": "METRIC_CHART",
      "filterType": [
        {
          "operator": "IS",
          "field": "<string>",
          "value": {}
        }
      ],
      "aggregationType": {
        "metrics": [
          {
            "id": "<string>",
            "aggregation": "COUNT",
            "field": "<string>",
            "customLabel": "<string>"
          }
        ],
        "bucket": {
          "id": "<string>",
          "aggregation": "TERMS",
          "type": "AXIS",
          "field": "<string>",
          "customLabel": "<string>",
          "subBucket": {},
          "terms": {
            "sortBy": "<string>",
            "asc": true,
            "size": 123
          },
          "dateHistogram": {
            "interval": "<string>"
          },
          "ranges": [
            {
              "from": 123,
              "to": 123
            }
          ]
        }
      },
      "pattern": {
        "id": 123,
        "pattern": "<string>",
        "patternModule": "<string>",
        "patternSystem": true,
        "active": true
      }
    },
    "dashboard": {
      "id": 123,
      "name": "<string>",
      "description": "<string>",
      "refreshTime": 123,
      "createdDate": "2023-11-07T05:31:56Z",
      "modifiedDate": "2023-11-07T05:31:56Z",
      "userCreated": "<string>",
      "userModified": "<string>",
      "filters": "<string>",
      "dashboardType": "CUSTOM",
      "systemOwner": true
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

criteria
object
required
pageable
object
required

Response

200 - */*

OK

The response is of type object[].