GET api/Smart/GetLanguage/{coursename}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| coursename | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LanguageList| Name | Description | Type | Additional information |
|---|---|---|---|
| lang | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"lang": "sample string 1"
},
{
"lang": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfLanguageList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CyberSmartAPI.Models">
<LanguageList>
<lang>sample string 1</lang>
</LanguageList>
<LanguageList>
<lang>sample string 1</lang>
</LanguageList>
</ArrayOfLanguageList>