GET api/Language/GetSingleLanguage/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LanguageDto| Name | Description | Type | Additional 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
}
