GET api/VideoReception/GetReceptionVideoDetails?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfGetReceptionVideoDtoName | Description | Type | Additional information |
---|---|---|---|
data | GetReceptionVideoDto |
None. |
|
msg | string |
None. |
|
code | integer |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "Id": 1, "mode_type": 2, "sort": 3, "course_name": "sample string 4", "classify_name": "sample string 5", "course_desc": "sample string 6", "video_cover": "sample string 7", "uploads_name": "sample string 8", "chapter": "sample string 9", "click_count": 10, "is_collection": true, "last_chapter_id": 12, "videoSrc": "sample string 13", "huo": false, "add_time": "2024-11-25T16:48:07.1279684+08:00", "add_time_label": 1732524487127, "chapter_total_count": 15, "chapter_total_length": 16.0, "chapterList": [ { "id": 1, "chapter_name": "sample string 2", "chapter_title": "sample string 3", "chapter_url": "sample string 4", "chapter_length": 5 }, { "id": 1, "chapter_name": "sample string 2", "chapter_title": "sample string 3", "chapter_url": "sample string 4", "chapter_length": 5 } ] }, "msg": "sample string 1", "code": 2, "total": 3 }
application/xml, text/xml
Sample:
<BaseResponseOfGetReceptionVideoDtogLTqVTfs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI"> <code>2</code> <msg>sample string 1</msg> <total>3</total> <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LearnAPI.ViewModel"> <d2p1:Id>1</d2p1:Id> <d2p1:add_time>2024-11-25T16:48:07.1279684+08:00</d2p1:add_time> <d2p1:chapter>sample string 9</d2p1:chapter> <d2p1:chapterList> <d2p1:UploadVideoChapterDto> <d2p1:chapter_length>5</d2p1:chapter_length> <d2p1:chapter_name>sample string 2</d2p1:chapter_name> <d2p1:chapter_title>sample string 3</d2p1:chapter_title> <d2p1:chapter_url>sample string 4</d2p1:chapter_url> <d2p1:id>1</d2p1:id> </d2p1:UploadVideoChapterDto> <d2p1:UploadVideoChapterDto> <d2p1:chapter_length>5</d2p1:chapter_length> <d2p1:chapter_name>sample string 2</d2p1:chapter_name> <d2p1:chapter_title>sample string 3</d2p1:chapter_title> <d2p1:chapter_url>sample string 4</d2p1:chapter_url> <d2p1:id>1</d2p1:id> </d2p1:UploadVideoChapterDto> </d2p1:chapterList> <d2p1:chapter_total_count>15</d2p1:chapter_total_count> <d2p1:chapter_total_length>16</d2p1:chapter_total_length> <d2p1:classify_name>sample string 5</d2p1:classify_name> <d2p1:click_count>10</d2p1:click_count> <d2p1:course_desc>sample string 6</d2p1:course_desc> <d2p1:course_name>sample string 4</d2p1:course_name> <d2p1:is_collection>true</d2p1:is_collection> <d2p1:last_chapter_id>12</d2p1:last_chapter_id> <d2p1:mode_type>2</d2p1:mode_type> <d2p1:sort>3</d2p1:sort> <d2p1:uploads_name>sample string 8</d2p1:uploads_name> <d2p1:videoSrc>sample string 13</d2p1:videoSrc> <d2p1:video_cover>sample string 7</d2p1:video_cover> </data> </BaseResponseOfGetReceptionVideoDtogLTqVTfs>