GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dataCatalog
/
metrics
{
  "results": {
    "pagination": {
      "page": 123,
      "pageSize": 123,
      "totalResults": 123,
      "totalPageCount": 123
    },
    "data": [
      {
        "name": "<string>",
        "label": "<string>",
        "fieldType": "metric",
        "tableLabel": "<string>",
        "description": "<string>",
        "requiredAttributes": {},
        "icon": {
          "unicode": "<string>"
        },
        "chartUsage": 123,
        "categories": [
          {
            "name": "<string>",
            "color": "<string>",
            "tagUuid": "<string>"
          }
        ],
        "tags": [
          "<string>"
        ],
        "tableGroupLabel": "<string>",
        "tableName": "<string>",
        "basicType": "<string>",
        "type": "field",
        "catalogSearchUuid": "<string>"
      }
    ]
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Query Parameters

page
number
pageSize
number
sort
string
order
enum<string>
Available options:
asc,
desc
categories
string[]

Response

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok