[GET] /info

[GET] /info

/api/bpm/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

1.0.0

Request
Example

/api/bpm/info

Result
Example

{ "info": { "productLine": "enaio", "systemVersion": "12.0", "serviceVersion": "1.3.0" } }