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