v2

latestSwagger 2.02026-07-136054211.7 KB
Scoped Asset Metadata

Retrieves the scoped asset metadata for a given data asset within a business domain. Data product is specified as optional query parameter.

get/business-domains/{businessDomainId}/data-assets/{dataAssetId}/scoped-asset-metadata

Path parameters

businessDomainIdstring required

Unique identifier for the business domain containing the data product

dataAssetIdstring required

Unique identifier for the data asset whose scoped metadata is being retrieved

Query parameters

api-versionstring required

The API version to use for this operation.

dataProductIdstring

For assets not associated with any Data Product, use Guid.Empty for dataProductId. Optional.

Response

The request has succeeded.

idstring

Unique identifier for the scoped asset metadata entity.

descriptionstring required

Descriptive text providing details about the scoped asset metadata.

favouriteColumnPathsstring[] required

List of favorite column paths selected for quick access or monitoring.

createdAtstring date-time

Timestamp when this metadata was created.

lastModifiedAtstring date-time

Timestamp when this metadata was last modified.

createdBystring

Identifier of the user who created this metadata.

lastModifiedBystring

Identifier of the user who last modified this metadata.

ETagstring

Entity tag used for concurrency control and version validation.