GET api/VideosPage/GetVideoTopics?chapterid={chapterid}&logid={logid}&courseid={courseid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| chapterid | integer |
Required |
|
| logid | integer |
Required |
|
| courseid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetVideoTopics1_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| SLTopicid | integer |
None. |
|
| Name | string |
None. |
|
| Testid | integer |
None. |
|
| VideoCode | string |
None. |
|
| Duration | string |
None. |
|
| Status | string |
None. |
|
| Type | string |
None. |
|
| VideoId | string |
None. |
|
| Notes | string |
None. |
|
| Html | string |
None. |
|
| watchstatus | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SLTopicid": 1,
"Name": "sample string 2",
"Testid": 1,
"VideoCode": "sample string 3",
"Duration": "sample string 4",
"Status": "sample string 5",
"Type": "sample string 6",
"VideoId": "sample string 7",
"Notes": "sample string 8",
"Html": "sample string 9",
"watchstatus": "sample string 10"
},
{
"SLTopicid": 1,
"Name": "sample string 2",
"Testid": 1,
"VideoCode": "sample string 3",
"Duration": "sample string 4",
"Status": "sample string 5",
"Type": "sample string 6",
"VideoId": "sample string 7",
"Notes": "sample string 8",
"Html": "sample string 9",
"watchstatus": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetVideoTopics1_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<GetVideoTopics1_Result>
<Duration>sample string 4</Duration>
<Html>sample string 9</Html>
<Name>sample string 2</Name>
<Notes>sample string 8</Notes>
<SLTopicid>1</SLTopicid>
<Status>sample string 5</Status>
<Testid>1</Testid>
<Type>sample string 6</Type>
<VideoCode>sample string 3</VideoCode>
<VideoId>sample string 7</VideoId>
<watchstatus>sample string 10</watchstatus>
</GetVideoTopics1_Result>
<GetVideoTopics1_Result>
<Duration>sample string 4</Duration>
<Html>sample string 9</Html>
<Name>sample string 2</Name>
<Notes>sample string 8</Notes>
<SLTopicid>1</SLTopicid>
<Status>sample string 5</Status>
<Testid>1</Testid>
<Type>sample string 6</Type>
<VideoCode>sample string 3</VideoCode>
<VideoId>sample string 7</VideoId>
<watchstatus>sample string 10</watchstatus>
</GetVideoTopics1_Result>
</ArrayOfGetVideoTopics1_Result>