GET api/v2/Languages/{languageId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
languageId | integer |
Required |
Response
LanguageDetailName | Description | Type | Additional information |
---|---|---|---|
CreationUserId | integer | ||
CreationDateTime | date | ||
Id | integer | ||
Identification | string | ||
CultureCode | string |
Response Format
application/json, text/json
Sample:
{ "Id": 1, "Identification": "sample string 2", "CultureCode": "sample string 3", "CreationUserId": 1, "CreationDateTime": "2025-08-04T18:40:23.284341Z" }
text/html
Sample:
{"Id":1,"Identification":"sample string 2","CultureCode":"sample string 3","CreationUserId":1,"CreationDateTime":"2025-08-04T18:40:23.284341Z"}