Returns the domain/service level literals for the country code specified.
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier |
...
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
country |
|
| Country Language code | ||||||||||
level |
|
| Can assume one of the following values:
| ||||||||||
serviceId |
|
| If level is set to “service“, specifies the service literals to retrieve |
...
Code Block | ||
---|---|---|
| ||
{ "result": true, "serviceId": "LiveChat_Sidebar", "error": null, "literals": { "Country": "ITit-it", "Separator": ",", "AppName": "CTLive", "engagement_sidebar_title": "Sidebar", "datacollection_cbl_first_slot_label": "Richiamami subito" } } |
...