resource-controller Endpoints

Endpoints of the Web-API gateway for retrieval of resource files, accessible for any authenticated user.

>> API-WEB Service

The endpoints are used by the CLIENT Service that provides yuuvis® client as reference implementation.

HTTP Method
as of product version
PurposeResponse FormatDescription
GET
as of 2020 Autumn
getConfigJSON

Retrieves a merged client configuration file specified by name consisting of tenant-specific, app-specific and global resources.
/api-web/api/resources/config/{name}

GET
as of 2020 Autumn
getIconSVG

Retrieves an icon resource specified by path as SVG image.
/api-web/api/resources/icon/{path}

GET
as of 2020 Autumn
getLocalizedTextResourcesJSON

Retrieves localized text resources for the Accept-Language specified in the request header (formatted in ISO norm, e.g., de, en, es, fr, ...) merged from tenant-specific, app-specific and global resources.
/api-web/api/resources/text