POST api/TopicMaster/TopicWiseVideos
Request Information
URI Parameters
None.
Body Parameters
clsTopicRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TopicId | string |
None. |
|
| UserId | string |
None. |
|
| SubjectId | string |
None. |
|
| videoId | string |
None. |
|
| PackageId | string |
None. |
|
| Version | string |
None. |
|
| ClientIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TopicId": "sample string 1",
"UserId": "sample string 2",
"SubjectId": "sample string 3",
"videoId": "sample string 4",
"PackageId": "sample string 5",
"Version": "sample string 6",
"ClientIP": "sample string 7"
}
application/xml, text/xml
Sample:
<clsTopicRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <ClientIP>sample string 7</ClientIP> <PackageId>sample string 5</PackageId> <SubjectId>sample string 3</SubjectId> <TopicId>sample string 1</TopicId> <UserId>sample string 2</UserId> <Version>sample string 6</Version> <videoId>sample string 4</videoId> </clsTopicRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of clsMediaFilesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| MFTopicID | integer |
None. |
|
| MFID | integer |
None. |
|
| EncyMFTopicID | string |
None. |
|
| StandardName | string |
None. |
|
| SubjectName | string |
None. |
|
| MFChapterName | string |
None. |
|
| MFTopicName | string |
None. |
|
| MFVideoPath | string |
None. |
|
| MFVimeoPath | string |
None. |
|
| MFImagePath | string |
None. |
|
| MFSequence | integer |
None. |
|
| FileLength | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MFTopicID": 1,
"MFID": 1,
"EncyMFTopicID": "sample string 2",
"StandardName": "sample string 3",
"SubjectName": "sample string 4",
"MFChapterName": "sample string 5",
"MFTopicName": "sample string 6",
"MFVideoPath": "sample string 7",
"MFVimeoPath": "sample string 8",
"MFImagePath": "sample string 9",
"MFSequence": 10,
"FileLength": 1
},
{
"MFTopicID": 1,
"MFID": 1,
"EncyMFTopicID": "sample string 2",
"StandardName": "sample string 3",
"SubjectName": "sample string 4",
"MFChapterName": "sample string 5",
"MFTopicName": "sample string 6",
"MFVideoPath": "sample string 7",
"MFVimeoPath": "sample string 8",
"MFImagePath": "sample string 9",
"MFSequence": 10,
"FileLength": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfclsMediaFilesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
<clsMediaFilesResponse>
<EncyMFTopicID>sample string 2</EncyMFTopicID>
<FileLength>1</FileLength>
<MFChapterName>sample string 5</MFChapterName>
<MFID>1</MFID>
<MFImagePath>sample string 9</MFImagePath>
<MFSequence>10</MFSequence>
<MFTopicID>1</MFTopicID>
<MFTopicName>sample string 6</MFTopicName>
<MFVideoPath>sample string 7</MFVideoPath>
<MFVimeoPath>sample string 8</MFVimeoPath>
<StandardName>sample string 3</StandardName>
<SubjectName>sample string 4</SubjectName>
</clsMediaFilesResponse>
<clsMediaFilesResponse>
<EncyMFTopicID>sample string 2</EncyMFTopicID>
<FileLength>1</FileLength>
<MFChapterName>sample string 5</MFChapterName>
<MFID>1</MFID>
<MFImagePath>sample string 9</MFImagePath>
<MFSequence>10</MFSequence>
<MFTopicID>1</MFTopicID>
<MFTopicName>sample string 6</MFTopicName>
<MFVideoPath>sample string 7</MFVideoPath>
<MFVimeoPath>sample string 8</MFVimeoPath>
<StandardName>sample string 3</StandardName>
<SubjectName>sample string 4</SubjectName>
</clsMediaFilesResponse>
</ArrayOfclsMediaFilesResponse>