GET
/
api
/
utm-dashboards
/
{id}
{
  "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

Path Parameters

id
integer
required

Response

200 - */*

OK

The response is of type object.