Skip to content

Get Supported Types

Returns the list with supported types for search, including the sub-types supported.

Java client

AssetCatalog.java, method (more details in javadoc): AssetCatalogSupportedTypes getSupportedTypes(String userId, String type) 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 * type - the type

Response: * AssetCatalogSupportedTypes - list of types and sub-types supported for search

More examples can be found in the sample collection.


Raise an issue or comment below