Get Tenant Translation Table
Learn about the API operation to get the tenant translation table
ROLE_ADMIN_TENANT role or another role with read permissions on the resources to use this API operation.Request:
GET {TenantURL}/resources/i18n| 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.
Example Request
GET /reltio/<tenantID>/resources/i18n
Language: ru-RU
Example Response
{
"Doctor {FirstName} {LastName} from {Address}": "Доктор медицины {FirstName} {LastName} из {Address}",
"has address" : "имеет адрес"
}