[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

  • dmsVersion - version of the DMS service

Request
Method

GET

Response
Format

JSON

Minimum Version

3.2.0

Request
Example

/api/dms/info

Result
Example

{ "info": { "productLine": "enaio", "systemVersion": "9.10", "dmsVersion": "3.2.0" } }