GET api/Course/GetbyLecturer4Combo/{lecturerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lecturerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KeyValName | Description | Type | Additional information |
---|---|---|---|
Key | integer |
None. |
|
Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "key": 1, "value": "sample string 2" }, { "key": 1, "value": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfKeyVal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO"> <KeyVal> <Key>1</Key> <Value>sample string 2</Value> </KeyVal> <KeyVal> <Key>1</Key> <Value>sample string 2</Value> </KeyVal> </ArrayOfKeyVal>