Status

Topics:

Use the following operation to receive the server status object.

GET: /server/

Topics:

Example:

GET https://localhost:9514/server/

--response --

{
  "status": "OK",
  "code": 0,
  "message": null,
  "developerMessage": null,
  "responseType": "java.lang.String",
  "response": "Server Running",
  "exception": null
}