GET api/Language/GetAllLanguage
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LanguageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageId | integer |
None. |
|
| Name | string |
None. |
|
| RecordStatus | byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"languageId": 1,
"name": "sample string 2",
"recordStatus": 64
},
{
"$ref": "1"
}
]
