GET /api/dms/info
As of Version | 2022 Spring |
---|---|
Request Method | GET |
Response Format | JSON |
Required Permission | Successful authentication |
Description | Retrieves information on the installed product version. |
Request Example |
|
Response Example | { { { "info": { "productLine": "yuuvis Momentum", "systemVersion": "yuuvis Momentum - 2021 Winter", "dmsVersion": "4.10.0-SNAPSHOT" } } } } |