Versions Compared

Key

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


Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje18 MAY 20212021 SummerPage created.


...

As of Version

product version 2020 Autumn | component version 

Request MethodGET
Response FormatJSON
Description


Excerpt

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

Such icon endpoints are available also in the admin-controller and resource-controller. They are intended to serve for the configuration of object type icons. Use the technical name of the corresponding object type as value for path.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OK
401 Unauthorized


Request Example

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

no request body

Response Example

200 OK

Code Block
{
  "additionalProp1": "email",
  "additionalProp2": "phone",
  "additionalProp3": "mobile"
}


...