Versions Compared

Key

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

...

Section
bordertrue


Column

Table of Contents

Table of Contents
exclude(Table of Contents|Read on|Custom Client Built Build with Libraries|Web-API Gateway \(API-WEB\)|yuuvis® architect)


...

The endpoints for the management of localization files provided by the Web-API Gateway (API-WEB) are available only for users with specific administrative roles. Furthermore, the endpoints require the specification of the language for which the localization file should be retrieved/updated. The language has to be specified in ISO norm (e.g., de, en, es, fr, ...) in the request header for GET endpoints and in the request URL for the POST endpoints:

User RoleAvailable Endpoints for Localization ManagementDescriptionISO Language SpecificationKind of Localization File
YUUVIS_TENANT_ADMINGET /api-web/api/admin/resources/text

Insert excerpt
GET /api-web/api/admin/resources/text
GET /api-web/api/admin/resources/text
nopaneltrue

in the request header Accept-LanguageTenant-specific: available only within the tenant the currently logged-in user belongs to.
POST /api-web/api/admin/resources/text/{locale}

Insert excerpt
POST /api-web/api/admin/resources/text/{locale}
POST /api-web/api/admin/resources/text/{locale}
nopaneltrue

as path parameter
YUUVIS_SYSTEM_INTEGRATORGET /api-web/api/system/resources/text

Insert excerpt
GET /api-web/api/system/resources/text
GET /api-web/api/system/resources/text
nopaneltrue

in the request header Accept-LanguageGlobal: available for all tenants.
POST /api-web/api/system/resources/text/{locale}

Insert excerpt
POST /api-web/api/system/resources/text/{locale}
POST /api-web/api/system/resources/text/{locale}
nopaneltrue

as path parameter

The endpoints can be called via Swagger-UI.
>> Web-API Gateway Endpoints

...