Acquire version information
This is an API function to acquire version information. This API function corresponds to the operation on the screen that is displayed by selecting the [Version Information] from the [user-name] button that is displayed on the right-top of the operation screen of Manager.
- Format
- Request parameter
- A request parameter is not required.
- Response
- Response parameter
|
|
Item name | Response parameter | Type | Value |
---|---|---|---|
Creation day of the module | implementationDate | String |
The value is returned by using a "yyyy-MM-dd HH:mm:ss.SSS" format. Example: 2017-11-07 16:07:35.665 |
|
implementationFormattedVersion | String |
The version without a minor revision is returned. Example: V01L03R01 |
|
implementationFullFormattedVersion | String |
The version with a minor revision is returned. Example: V01L03R01P00 |
|
implementationVersion | String |
The version without alphabetical characters is returned. Example: 010301 |