LanguageCodes
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/LanguageCodes
Represents a language code. Language codes are the language definitions in MONITOR.
GUID
08A89350-7A92-4B22-8B8F-7F17FCAAF867
Required permission
Show languages
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the language code. |
|
Code | String | The human readable code of the language.
|
|
Phrase | String | The translated description of the language code. |
Example
{
"Id": 0,
"Code": null,
"Phrase": null
}