Languages
Get all languages
Get a list of all languages accepted in the CareCloud platform.
get/languages
Query parameters
language_list_type'carecloud-api' | 'web-portal' | 'customer-communication'
Type of language list. All lists can be managed from the CareCloud administration interface. Possible values: customer-communication - list of languages used for communication with the customer (emails, notifications or text messages) / web-portal - list of languages for CareCloud web portal / carecloud-api - languages supported by CareCloud REST API (API communicates in these languages).
default_languagetrue | false
Default language of the project. If true, the endpoint returns only default language of the project.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"languages": [
{
"language_id": "cs",
"state": 1,
"last_change": "2017-03-24 15:29:47"
}
],
"total_items": 1
}
}