Skip to content

Get Asset Classifications

This is the ability to retrieve all classifications that exist on a specific asset.

Java client

AssetCatalog.java, method (more details in javadoc): ClassificationListResponse getClassificationsForAsset(String userId, String assetGUID, String assetType, String classificationName) throws InvalidParameterException, PropertyServerException;

REST endpoint

GET {{base-url}}/servers/{{server-id}}/open-metadata/access-services/asset-catalog/users/{{user-id}}/supportedTypes
Path and request parameters: * serverName - unique identifier for requested server * userId - the unique identifier for the user * assetGUID - the unique identifier for the asset * assetType - the type of the asset * classificationName - the name of the classification

Response: * ClassificationsResponse - the classification for the asset

More examples can be found in the sample collection.


Raise an issue or comment below