Retrieves the language with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "e3f74bc8-077d-4c4e-8869-a4ffafcf572f",
  "code": "sample string 2",
  "name": "sample string 3",
  "is_default": true,
  "disabled": true
}