GET api/VideosPage/GetCourseVideo?classid={classid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| classid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCourseVideos_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Videoid | integer |
None. |
|
| VideoName | string |
None. |
|
| VideoCode | string |
None. |
|
| VideoDuration | string |
None. |
|
| DisplayName | string |
None. |
|
| Type | string |
None. |
|
| SummaryText | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Videoid": 1,
"VideoName": "sample string 2",
"VideoCode": "sample string 3",
"VideoDuration": "sample string 4",
"DisplayName": "sample string 5",
"Type": "sample string 6",
"SummaryText": "sample string 7"
},
{
"Videoid": 1,
"VideoName": "sample string 2",
"VideoCode": "sample string 3",
"VideoDuration": "sample string 4",
"DisplayName": "sample string 5",
"Type": "sample string 6",
"SummaryText": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCourseVideos_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<GetCourseVideos_Result>
<DisplayName>sample string 5</DisplayName>
<SummaryText>sample string 7</SummaryText>
<Type>sample string 6</Type>
<VideoCode>sample string 3</VideoCode>
<VideoDuration>sample string 4</VideoDuration>
<VideoName>sample string 2</VideoName>
<Videoid>1</Videoid>
</GetCourseVideos_Result>
<GetCourseVideos_Result>
<DisplayName>sample string 5</DisplayName>
<SummaryText>sample string 7</SummaryText>
<Type>sample string 6</Type>
<VideoCode>sample string 3</VideoCode>
<VideoDuration>sample string 4</VideoDuration>
<VideoName>sample string 2</VideoName>
<Videoid>1</Videoid>
</GetCourseVideos_Result>
</ArrayOfGetCourseVideos_Result>