GET api/VideosPage/GetCourseVideosforOnlineChapter?chpid={chpid}&batchid={batchid}&logid={logid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| chpid | integer |
Required |
|
| batchid | integer |
Required |
|
| logid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCourseVideosforOnlineChapter_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoID | integer |
None. |
|
| VideoName | string |
None. |
|
| VideoCode | string |
None. |
|
| VideoDuration | string |
None. |
|
| DisplayName | string |
None. |
|
| Status | string |
None. |
|
| ClassID | integer |
None. |
|
| Type | string |
None. |
|
| Date | string |
None. |
|
| Chapter | integer |
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",
"Status": "sample string 6",
"ClassID": 1,
"Type": "sample string 7",
"Date": "sample string 8",
"Chapter": 1,
"SummaryText": "sample string 9"
},
{
"VideoID": 1,
"VideoName": "sample string 2",
"VideoCode": "sample string 3",
"VideoDuration": "sample string 4",
"DisplayName": "sample string 5",
"Status": "sample string 6",
"ClassID": 1,
"Type": "sample string 7",
"Date": "sample string 8",
"Chapter": 1,
"SummaryText": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCourseVideosforOnlineChapter_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<GetCourseVideosforOnlineChapter_Result>
<Chapter>1</Chapter>
<ClassID>1</ClassID>
<Date>sample string 8</Date>
<DisplayName>sample string 5</DisplayName>
<Status>sample string 6</Status>
<SummaryText>sample string 9</SummaryText>
<Type>sample string 7</Type>
<VideoCode>sample string 3</VideoCode>
<VideoDuration>sample string 4</VideoDuration>
<VideoID>1</VideoID>
<VideoName>sample string 2</VideoName>
</GetCourseVideosforOnlineChapter_Result>
<GetCourseVideosforOnlineChapter_Result>
<Chapter>1</Chapter>
<ClassID>1</ClassID>
<Date>sample string 8</Date>
<DisplayName>sample string 5</DisplayName>
<Status>sample string 6</Status>
<SummaryText>sample string 9</SummaryText>
<Type>sample string 7</Type>
<VideoCode>sample string 3</VideoCode>
<VideoDuration>sample string 4</VideoDuration>
<VideoID>1</VideoID>
<VideoName>sample string 2</VideoName>
</GetCourseVideosforOnlineChapter_Result>
</ArrayOfGetCourseVideosforOnlineChapter_Result>