GET /api-web/api/admin/resources/text/languages

As of Version

product version 2020 Winter | component version 

Request MethodGET
Response FormatJSON
Description

Retrieves a list of all used languages for resources of the active tenant.

The role YUUVIS_TENANT_ADMIN is required.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OK
201 OK
401 Unauthorized
Request Example

https://<host>/api-web/api/admin/resources/text/languages

no request body

Response Example

200 OK

response body
[
  "fr",
  "en",
  "it",
  "pt",
  "es",
  "de",
  "ru",
  "sv"
]