Retrieves all languages

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

db_language
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
code

Code of the language, 2 letters, following ISO 639-1

string
name

Name of the language

string
is_default

Is the default language to be used when nothing set

boolean
disabled

Disable the language to not have it on the interface

boolean

Response Formats

application/json, text/json

Sample:
{
  "id": "b0ad9c0b-1002-486a-a0a6-b3437acfd284",
  "code": "sample string 2",
  "name": "sample string 3",
  "is_default": true,
  "disabled": true
}