Get Tenant Translation Table
REST API to get Tenant Translation Table
ROLE_ADMIN_TENANT
roles, and can be used by Reltio staff and customers.
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.
Request
GET /reltio/<tenantID>/resources/i18n
Language: ru-RU
Response
{
"Doctor {FirstName} {LastName} from {Address}": "Доктор медицины {FirstName} {LastName} из {Address}",
"has address" : "имеет адрес"
}