GET api/Language/GetSingleLanguage/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

LanguageDto
NameDescriptionTypeAdditional information
LanguageId

integer

None.

Name

string

None.

RecordStatus

byte

None.

Response Formats

application/json, text/json

Sample:
{
  "languageId": 1,
  "name": "sample string 2",
  "recordStatus": 64
}