How to get sdk version of gateway

In my custom module I am trying to programmatically get the version information like “8.0.16 (b2020082513)”

This information is available at /data/status/overview but I can’t seem to get that information from java code.

You can use either of these:

  • BundleUtil.get().getPlatformVersion()
  • BundleUtil.get().getPlatformVersionString()