Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
hiddentrue
idrLANG

Product Version
Report Note
Assignee

Resources & Remarks


Modification History

NameDateProduct VersionAction
Antje19 JAN 20222022 Springcreated
Agnieszka25 JAN 20222022 SpringrLANG



As of Version2022 Spring
Request MethodGET
Response FormatJSON
Required Permissionsuccessful Successful authentication
Description

Retrieves information on the installed product version.

Request Example

/api/dms/info

Response Example


Code Block
languageyml
{
  {
    {
      "info": { 
        "productLine": "yuuvis Momentum",
        "systemVersion": "yuuvis Momentum - 2021 Winter",
        "dmsVersion": "4.10.0-SNAPSHOT"
      }
    }
  }
}


...