Skip to content

Search

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

Java client

AssetCatalog.java, method (more details in javadoc): AssetListResponse searchByType(String userId, String searchCriteria, SearchParameters searchParameters) 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 * searchCriteria - a string expression of the characteristics of the required assets * searchParameters - constrains to make the assets' search results more precise

Response: * AssetListResponse - list of found assets

More examples can be found in the sample collection.


Raise an issue or comment below