GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dataCatalog
{
  "results": [
    {
      "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

type
enum<string>
Available options:
table,
field
filter
enum<string>
Available options:
tables,
dimensions,
metrics

Response

200
application/json
Success
results
object[]
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok