@RestController
@RequestMapping(value="/servers/{serverName}/open-metadata/view-services/glossary-author/users/{userId}/configs")
public class GlossaryAuthorViewGonfigRESTResource
extends Object
| Constructor and Description |
|---|
GlossaryAuthorViewGonfigRESTResource()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
SubjectAreaOMASAPIResponse<Config> |
getGlossary(String serverName,
String userId,
String guid)
Get a config.
|
public GlossaryAuthorViewGonfigRESTResource()
@GetMapping(path="/{guid}")
public SubjectAreaOMASAPIResponse<Config> getGlossary(@PathVariable
String serverName,
@PathVariable
String userId,
@PathVariable
String guid)
serverName - local UI server nameuserId - useridguid - identifier of the configuration to getCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.