GET api/v2/Languages/{languageId}

Request

URI Parameters

NameDescriptionTypeAdditional information
languageId

integer

Required

Response

LanguageDetail
NameDescriptionTypeAdditional 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"}