v2

latestSwagger 2.02026-07-136054211.7 KB
DQ Assets

Retrieves a DQ asset by identifier within a business domain. Data product is specified as optional query parameter.

get/business-domains/{businessDomainId}/assets/{assetId}

Path parameters

businessDomainIdstring required

Unique identifier for the business domain

assetIdstring required

Unique identifier for the DQ asset

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.

businessDomainIdstring

Business domain identifier

dataMapAssetIdstring

Data map asset identifier (GUID)

fqnstring

Fully qualified name of the asset

catalogAssetIdstring

Catalog asset identifier

isGovernedAssetFlagboolean

Whether the asset is governed

dataProductIdstring

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

scorenumber double

Data quality score for the asset

assetIdstring

DQ asset identifier (GUID)

createdAtstring

Creation timestamp (ISO 8601)

createdBystring

Created by (user or system)

lastModifiedAtstring

Last modified timestamp (ISO 8601)

lastModifiedBystring

Last modified by (user or system)

eTagstring

ETag for concurrency