@Path(value="/admin") public interface AdminResource extends AuthenticatedResource
Modifier and Type | Method and Description |
---|---|
VersionResponse |
currentVersion()
Get the current version of the REST API on the server
|
FeatureResponse |
featureInfo(String name)
Get info about a feature activation
|
ToolsResponse |
tools()
Get the tools, that shall be shown in the UI
|
setSessionId
@GET @Path(value="/version") VersionResponse currentVersion()
@GET @Path(value="/features/{name}") FeatureResponse featureInfo(@PathParam(value="name") String name)
name
- name of the feature@GET @Path(value="/tools") ToolsResponse tools() throws Exception
Exception
Copyright © 2020 Gentics Software. All rights reserved.