GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dataCatalog
/
{table}
/
metadata
{
  "results": {
    "fieldType": "metric",
    "tableLabel": "<string>",
    "joinedTables": [
      "<string>"
    ],
    "fields": [
      {
        "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>"
      }
    ],
    "source": "<string>",
    "modelName": "<string>",
    "label": "<string>",
    "description": "<string>",
    "name": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required
table
string
required

Table name to get metadata for

Response

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