Unify and manage your data

Get Tenant Translation Table

Learn about the API operation to get the tenant translation table

This operation returns the Tenant Translation Table.
Note: You must have the ROLE_ADMIN_TENANT role or another role with read permissions on the resources to use this API operation.

Request:

GET {TenantURL}/resources/i18n
Table 1. Parameters
Parameter Required Description
HeadersContent-TypeYesShould be "Content-Type: application/json".
LanguageYesLanguage of the table. Format: xx-YY (e.g. ru-RU).

Response

JSON of the Tenant Translation Table.

Example Request

GET /reltio/<tenantID>/resources/i18n
Language: ru-RU

Example Response

{
    "Doctor {FirstName} {LastName} from {Address}": "Доктор медицины {FirstName} {LastName} из {Address}", 
    "has address" : "имеет адрес"
}