[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.
|
|---|---|
Request | GET |
Response | JSON |
Minimum Version | 1.0.0 |
Request |
|
Result | {
"info": {
"productLine": "enaio",
"systemVersion": "12.0",
"serviceVersion": "1.3.0"
}
} |