GET
/
api
/
log-analyzer
/
queries
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "owner": "<string>",
    "creationDate": "2023-11-07T05:31:56Z",
    "modificationDate": "2023-11-07T05:31:56Z",
    "dataOrigin": "<string>",
    "idPattern": 123,
    "columnsType": [
      {
        "label": "<string>",
        "field": "<string>",
        "type": "<string>",
        "visible": true,
        "customStyle": "<string>"
      }
    ],
    "filtersType": [
      {
        "operator": "IS",
        "field": "<string>",
        "value": {}
      }
    ],
    "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
id
integer
description
string
Maximum length: 255
owner
string
creationDate
string
modificationDate
string
dataOrigin
string
idPattern
integer
columnsType
object[]
filtersType
object[]
pattern
object