Data Asset Attributes

Get List of Data Asset Attributes

Use this API to retrieve a list of all data asset attributes in the Attribute Manager.

get/api/metadata-catalog/v1/metadata/attribute-names

Response

OK Metadata attribute names retrieved successfully.

datastring[]

Example response

{
  "data": [
    "FileType",
    "Content Size",
    "File Owner"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.