GET api/GetLanguageList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LanguageLoadModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| LanguageId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Description": "sample string 1",
"LanguageId": 2
},
{
"Description": "sample string 1",
"LanguageId": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfLanguageLoadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.Primero.OnlineFRE.APIs.Models.Messages">
<LanguageLoadModel>
<Description>sample string 1</Description>
<LanguageId>2</LanguageId>
</LanguageLoadModel>
<LanguageLoadModel>
<Description>sample string 1</Description>
<LanguageId>2</LanguageId>
</LanguageLoadModel>
</ArrayOfLanguageLoadModel>