Accelerate the Value of Data

Get Tenant Translation Table

REST API to get Tenant Translation Table

The operation returns the Tenant Translation Table. Note: This operation is available for users with ROLE_ADMIN and ROLE_ADMIN_TENANT roles, and can be used by Reltio staff and customers.

Request:

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

Response

JSON of the Tenant Translation Table.

Request

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

Response

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