Class AboutController
REST implementation of the "about" resource request.
Inherited Members
Namespace: Quantellia.WMServer.App
Assembly: WMServer.dll
Syntax
[Route("about")]
[ApiController]
public class AboutController : ControllerBase
Methods
About()
Get the application information for this instance of World Modeler Server.
Declaration
[HttpGet]
public Task<ActionResult<WMAppInfo>> About()
Returns
Type | Description |
---|---|
Task<ActionResult<WMAppInfo>> | Returns the application information for this instance of World Modeler Server. |