Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

As of Version

product version 2020 Winter | component version 

Request MethodGET
Response FormatJSON
Description

Retrieves tenant-specific localized text resources for the Accept-Language formatted in ISO norm (e.g., de, en, es, fr, ...)

The role YUUVIS_TENANT_ADMIN is required.

Response HTTP status codes:

HTTP Status CodeMeaning
200OK
401 Unauthorized
404Not found
Request Example

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

no request body

Response Example

200 OK

{
  "additionalProp1": "email",
  "additionalProp2": "phone",
  "additionalProp3": "mobile"
}
  • No labels