GET api/Topics/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ApkGetVideoTopics_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. |
|
| Chapterid | integer |
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",
"Chapterid": 1
},
{
"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",
"Chapterid": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfApkGetVideoTopics_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LmsDB">
<ApkGetVideoTopics_Result>
<Chapterid>1</Chapterid>
<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>
</ApkGetVideoTopics_Result>
<ApkGetVideoTopics_Result>
<Chapterid>1</Chapterid>
<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>
</ApkGetVideoTopics_Result>
</ArrayOfApkGetVideoTopics_Result>