GET api/GetFreeExamdetails?Courseid={Courseid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Courseid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of examnamemodelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ExamName | string |
None. |
|
packageid | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "ExamName": "sample string 1", "packageid": 1 }, { "Id": 1, "ExamName": "sample string 1", "packageid": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfexamnamemodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VullamAPIProject.Models"> <examnamemodel> <ExamName>sample string 1</ExamName> <Id>1</Id> <packageid>1</packageid> </examnamemodel> <examnamemodel> <ExamName>sample string 1</ExamName> <Id>1</Id> <packageid>1</packageid> </examnamemodel> </ArrayOfexamnamemodel>