/
[GET] /info/native

[GET] /info/native

/api/dms/info/native

Description

To retrieve the product line (productLine), the current version of the system (systemVersion) and information about the current user (user) as well as available legacy service endpoints (services) which are not queryable within the eureka. The product line is always set to "enaio" and the system version is the installed version of enaio®. Additionally, the version of the DMS service itself is provided (dmsVersion).
Note that currently the services URIs are loaded from the services configuration of enaio® server in use. They cannot be overwritten as can be done with enaio® appconnector.

Request
Method

GET

Response
Format

JSON

Minimum Version

3.2.0

Request
Example

/api/dms/info/native

Result
Example

{ "info": { "productLine": "enaio", "systemVersion": "9.10 (x64, UNICODE)", "dmsVersion": "3.2.0", "server": "127.0.0.1 (BLUEWEBTEST910)" }, "user": { "id": 11089, "name": "Test", "fullName": "Test User", "description": "", "locked": "0", "groups": [ "STANDARD", "DEMOGRUPPE", "PROFIL" ], "email": "", "guid": "281A6CF52A3B4A4BA54BB0F79853330B" }, "services": { "ContentViewer": "https://<Domain>/oscontentviewer/viewer/", "Fulltext": "https://<Domain>/osfts/services/osfts", "OSImap": "", "RenditionCache": "https://<Domain>/osrenditioncache", "DetailsViewer": "https://<Domain>/detailsviewer/index.html?osid={OBJECTIDENT}&sessionguid={sessionguid}", "OSExchange": "", "AppConnector": "https://<Domain>/osrest", "WebClient": "https://<Domain>/osweb", "DocumentViewer": "https://<Domain>/dashlets/pdfview/web/viewer.html?osid={OBJECTIDENT}&q={searchterm}&sessionguid={sessionguid}" } }

 

Related content