@RestController
@RequestMapping(value="/open-metadata/access-services/asset-catalog/users/{userId}/")
public class AssetCatalogGeneralResource
extends Object
| Constructor and Description |
|---|
AssetCatalogGeneralResource() |
| Modifier and Type | Method and Description |
|---|---|
TypeDefResponse |
getTypeById(String userId,
String guid) |
TypeDefGalleryResponse |
getTypeDefs(String userId) |
@RequestMapping(method=GET,
path="/get-typedefs")
public TypeDefGalleryResponse getTypeDefs(@PathVariable
String userId)
userId - the unique identifier for the user@RequestMapping(method=GET,
path="/get-type/{guid}")
public TypeDefResponse getTypeById(@PathVariable
String userId,
@PathVariable
String guid)
userId - the unique identifier for the userguid - the unique identifier for the typeCopyright © 2017–2018 ODPi. All rights reserved.