GET api/VideoManager/GetManagerVideoDetails/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfGetManagerVideoDetailsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| data | GetManagerVideoDetailsDto |
None. |
|
| msg | string |
None. |
|
| code | integer |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"id": 1,
"course_name": "sample string 2",
"classify_name": "sample string 3",
"course_desc": "sample string 4",
"video_cover": "sample string 5",
"deptList": [
{
"dept_id": 1,
"staff_type": 2
},
{
"dept_id": 1,
"staff_type": 2
}
],
"user_id": [
{
"id": 1,
"value": "sample string 2"
},
{
"id": 1,
"value": "sample string 2"
}
],
"staff_type": 1,
"mode_type": 1,
"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:
<BaseResponseOfGetManagerVideoDetailsDtogLTqVTfs 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: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:classify_name>sample string 3</d2p1:classify_name>
<d2p1:course_desc>sample string 4</d2p1:course_desc>
<d2p1:course_name>sample string 2</d2p1:course_name>
<d2p1:deptList>
<d2p1:DeptTpye>
<d2p1:dept_id>1</d2p1:dept_id>
<d2p1:staff_type>2</d2p1:staff_type>
</d2p1:DeptTpye>
<d2p1:DeptTpye>
<d2p1:dept_id>1</d2p1:dept_id>
<d2p1:staff_type>2</d2p1:staff_type>
</d2p1:DeptTpye>
</d2p1:deptList>
<d2p1:id>1</d2p1:id>
<d2p1:mode_type>1</d2p1:mode_type>
<d2p1:staff_type>1</d2p1:staff_type>
<d2p1:user_id>
<d2p1:UploadEmpVideoDto>
<d2p1:id>1</d2p1:id>
<d2p1:value>sample string 2</d2p1:value>
</d2p1:UploadEmpVideoDto>
<d2p1:UploadEmpVideoDto>
<d2p1:id>1</d2p1:id>
<d2p1:value>sample string 2</d2p1:value>
</d2p1:UploadEmpVideoDto>
</d2p1:user_id>
<d2p1:video_cover>sample string 5</d2p1:video_cover>
</data>
</BaseResponseOfGetManagerVideoDetailsDtogLTqVTfs>