GET
/
api
/
utm-visualizations
[
  {
    "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
    }
  }
]

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
name
string
required
Maximum length: 100
idPattern
integer
required
id
integer
description
string
Maximum length: 255
eventType
string
createdDate
string
modifiedDate
string
userCreated
string
userModified
string
chartConfig
string
chartAction
string
systemOwner
boolean
chartType
enum<string>
Available options:
METRIC_CHART,
PIE_CHART,
GAUGE_CHART,
GOAL_CHART,
TABLE_CHART,
TAG_CLOUD_CHART,
HORIZONTAL_BAR_CHART,
VERTICAL_BAR_CHART,
LINE_CHART,
AREA_CHART,
HEATMAP_CHART,
COORDINATE_MAP_CHART,
LIST_CHART,
TEXT_CHART
filterType
object[]
aggregationType
object
pattern
object