Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns the domain/service level literals for the country code specified.

Status
colourGreen
titleHTTP GET
/livechat/:domain/getLiterals

Path Variables:

Name

Mandatory

Type

Description

domain

Status
colourRed
titleyes

Status
titlestring

Unique domain identifier

...

Name

Mandatory

Type

Description

country

Status
colourRed
titleYES

Status
titleSTRING

Country Language code

level

Status
colourRed
titleyes

Status
titlestring

Can assume one of the following values:

  • tenant

  • service

serviceId

Status
titleno

Status
titlestring

If level is set to “service“, specifies the service literals to retrieve

...

Code Block
languagejson
{
    "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"
    }
}

...