GET v2/language/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
LanguageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageID | integer |
None. |
|
| Language | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"languageID": 1,
"language": "sample string 2"
}