GET api/FreeTrailRegister/Get?cid={cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of getcourseinfoforfree_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Courseid | integer |
None. |
|
| Info | string |
None. |
|
| PageName | string |
None. |
|
| Link | string |
None. |
|
| DisplayName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Courseid": 1,
"Info": "sample string 2",
"PageName": "sample string 3",
"Link": "sample string 4",
"DisplayName": "sample string 5"
},
{
"id": 1,
"Courseid": 1,
"Info": "sample string 2",
"PageName": "sample string 3",
"Link": "sample string 4",
"DisplayName": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfgetcourseinfoforfree_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<getcourseinfoforfree_Result>
<Courseid>1</Courseid>
<DisplayName>sample string 5</DisplayName>
<Info>sample string 2</Info>
<Link>sample string 4</Link>
<PageName>sample string 3</PageName>
<id>1</id>
</getcourseinfoforfree_Result>
<getcourseinfoforfree_Result>
<Courseid>1</Courseid>
<DisplayName>sample string 5</DisplayName>
<Info>sample string 2</Info>
<Link>sample string 4</Link>
<PageName>sample string 3</PageName>
<id>1</id>
</getcourseinfoforfree_Result>
</ArrayOfgetcourseinfoforfree_Result>