[GET] /info

[GET] /info

/api/dms/info

Description

To retrieve the product line, the current version of the system and the version of the DMS service itself.

  • productLine - always set to "enaio"

  • systemVersion - installed version of enaio

  • serviceVersion - version of the DMS service

Request
Method

GET

Response
Format

JSON

Minimum Version

3.2.0

Changelog

  • 6.7.2: A new Property serviceVersion was introduced. It hold the same information as dmsVersion. dmsVersion is deprecated and should no longer be used. Please use serviceVersion.

Request
Example

/api/dms/info

Result
Example

{ "info": { "productLine": "enaio", "systemVersion": "12.0", "dmsVersion": "6.7.0", "serviceVersion": "6.7.0" } }