How can we help?

/messagedb/version


<base-url>/messagedb/version.[xml|json]
Example: https://127.0.0.1:7000/messagedb/version.json

Use this URL to retrieve version information from the server.

Post body

This call requires no post body.

Response body

Version and build information.

{
   "result":[
      {
         "Version":"2021R2",
         "Build":"7.3.0.803(x86)",
         "LastError":0,
         "LastErrorDescription":"Success"
      }
   ]
}
<response>
  <result>
    <Version>2021R2</Version>
    <Build>7.3.0.803(x86)</Build>
    <LastError>0</LastError>
    <LastErrorDescription>Success</LastErrorDescription>
  </result>
</response>