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

The response is of type object[].