VersionResponse Data Type

Response for a request asking for the version of the REST API on the server.

Properties
name data type description
version string Current server version
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "version" : "5.35.6",
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}