Get Metadata Details of Catalog Item Based on Catalog ID
get
/iam/governance/selfservice/api/v1/catalog/{catalogid}/metadata
Returns metadata details of catalog item based on the catalog ID. The metadata attributes returned gives information for each attribute of a Catalog item.
Request
Supported Media Types
- application/json
Path Parameters
-
catalogid(required): string
Unique Catalog ID of Catalog Item
Response
Supported Media Types
- application/json
200 Response
Successful
Headers
-
ResponseTime: string
Captures the time in milliseconds taken for processing the request.
Nested Schema : GetCatalogMetadataByCatalogIdEntity
Type:
Show Source
object
-
metadataDefinitionCertifiable:
boolean
-
metadataDefinitionDBColumnName:
string
-
metadataDefinitionDescription:
string
-
metadataDefinitionDisplayName:
string
-
metadataDefinitionId:
string
-
metadataDefinitionSearchable:
boolean
-
metadataDefinitionSortable:
boolean
-
metadataDefinitionUdf:
boolean
-
metadataValue:
string
401 Response
Unauthorized
404 Response
Requested entity not found
500 Response
Internal Server Error