GET
/
api
/
utm-reports
[
  {
    "id": 123,
    "repName": "<string>",
    "repDescription": "<string>",
    "reportSectionId": 123,
    "dashboardId": 123,
    "creationUser": "<string>",
    "creationDate": "2023-11-07T05:31:56Z",
    "modificationUser": "<string>",
    "modificationDate": "2023-11-07T05:31:56Z",
    "repUrl": "<string>",
    "repType": "CUSTOM_PDF",
    "repModule": "<string>",
    "repShortName": "<string>",
    "repHttpMethod": "<string>"
  }
]

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
id
integer
repName
string
Maximum length: 255
repDescription
string
Maximum length: 255
reportSectionId
integer
dashboardId
integer
creationUser
string
creationDate
string
modificationUser
string
modificationDate
string
repUrl
string
repType
enum<string>
Available options:
CUSTOM_PDF,
CUSTOM_LIST,
TEMPLATE
repModule
string
repShortName
string
repHttpMethod
string