GET api/v2/Languages/{languageId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageId | integer |
Required |
Response
LanguageDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| CreationUserId | integer | ||
| CreationDateTime | date | ||
| Id | integer | ||
| Identification | string | ||
| CultureCode | string | ||
| Active | boolean | ||
| ActivationUserId | integer | ||
| ActivationDateTime | date |
Response Format
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2",
"CultureCode": "sample string 3",
"Active": true,
"ActivationUserId": 1,
"ActivationDateTime": "2026-02-02T21:07:40.7510297Z",
"CreationUserId": 1,
"CreationDateTime": "2026-02-02T21:07:40.7510297Z"
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","CultureCode":"sample string 3","Active":true,"ActivationUserId":1,"ActivationDateTime":"2026-02-02T21:07:40.7510297Z","CreationUserId":1,"CreationDateTime":"2026-02-02T21:07:40.7510297Z"}