GET
/
api
/
utm-dashboards
[
  {
    "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
name
string
required
Maximum length: 100
description
string
required
Maximum length: 255
createdDate
string
required
userCreated
string
required
Maximum length: 50
id
integer
refreshTime
integer
modifiedDate
string
userModified
string
Maximum length: 50
filters
string
dashboardType
enum<string>
Available options:
CUSTOM,
COMPLIANCE,
REPORT
systemOwner
boolean