GiantWaveAI(API Docs 2.1)
  1. Video
GiantWaveAI(API Docs 2.1)
  • API Docs
  • Giantwave AI
    • Video
      • updateVideo
        PUT
      • createVideo
        POST
      • getVideoInfomation
        GET
      • getVideoList
        GET
    • TTSTmp
      • getTtsTemplateInfo
      • getTtsTempalteList
    • Template
      • 获取模板详细信息
      • 查询模板列表
    • Task
      • 新增任务
      • 修改任务
      • 任务状态回退
      • 获取任务详细信息
      • 查询任务列表
    • TaskBatch
      • 创建任务
      • 获取任务批次详细信息
      • 查询任务批次列表
    • post
      • putPosts
      • generatePosts
      • getPostsByTask
      • getPosts
      • getPostsList
    • material
      • getMaterial
      • getMaterialList
    • materialMark
      • 批量修改素材个性标注
      • 导出素材个性标注列表
      • 获取素材个性标注详细信息
      • 查询素材个性标注列表
      • 删除素材个性标注
    • materialLib
      • 获取素材库详细信息
      • 查询素材库列表
    • digitalHuman
      • putDigitalHumanTemplate
      • getDigitalHumanTemplate
      • getDigitalHumanTemplateList
    • GiantWave_material
      • 分页查询素材列表
  • login
    POST
  1. Video

getVideoList

GET
/shipin/video/list
查询视频列表

Request

Query Params
createBy
string 
optional
创建者
createTime
string 
optional
创建时间
updateBy
string 
optional
更新者
updateTime
string 
optional
更新时间
params
string 
optional
请求参数
videoId
integer 
required
主键
taskId
integer 
optional
任务id
videoName
string 
required
视频名称
videoUrl
string 
required
视频地址
videoTitle
string 
required
视频标题
videoTag
string 
required
视频标签,空格分隔,例:#丧失 #解压
videoRemark
string 
required
视频描述
articleTag
string 
optional
文案标签
taskBatchId
integer 
required
任务批次id
auditStatus
string 
optional
审核状态(0=待审核、1=审核通过、2=不通过、3=异常、4=作废)
publishStatus
string 
optional
发布标注(空表示未审核成功,0=未发布、1=已发布)
publishPlatform
string 
optional
发布平台
pageSize
integer 
optional
分页大小
pageNum
integer 
optional
当前页数
orderByColumn
string 
optional
排序列
isAsc
string 
optional
排序的方向desc或者asc
Header Params
Authorization
string 
optional
Default:
Bearer {{token}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.2.91:8080/shipin/video/list?videoId=&videoName=&videoUrl=&videoTitle=&videoTag=&videoRemark=&taskBatchId=' \
--header 'Authorization: Bearer {{token}}'

Responses

🟢200OK
application/json
Body
表格分页数据对象
total
integer <int64>
optional
总记录数
rows
array[object (SpVideoVo) {17}] 
optional
列表数据
videoId
integer <int64>
optional
主键
taskId
integer <int64>
optional
任务id
videoName
string 
optional
视频名称
videoUrl
string 
optional
视频地址
videoTitle
string 
optional
视频标题
videoTag
string 
optional
视频标签,空格分隔,例:#丧失 #解压
videoRemark
string 
optional
视频描述
articleTag
string 
optional
文案标签
taskBatchId
string 
optional
任务批次id
taskBatchName
string 
optional
任务批次名称
auditStatus
string 
optional
成片审核状态
publishStatus
string 
optional
发布标注(空表示未审核成功,0=未发布、1=已发布)
publishPlatform
string 
optional
发布平台
createBy
string 
optional
创建者
createTime
string <date-time>
optional
创建时间
updateBy
string 
optional
更新者
updateTime
string <date-time>
optional
更新时间
code
integer <int32>
optional
消息状态码
msg
string 
optional
消息内容
Example
{
    "total": 0,
    "rows": [
        {
            "videoId": 0,
            "taskId": 0,
            "videoName": "string",
            "videoUrl": "string",
            "videoTitle": "string",
            "videoTag": "string",
            "videoRemark": "string",
            "articleTag": "string",
            "taskBatchId": "string",
            "taskBatchName": "string",
            "auditStatus": "string",
            "publishStatus": "string",
            "publishPlatform": "string",
            "createBy": "string",
            "createTime": "2019-08-24T14:15:22Z",
            "updateBy": "string",
            "updateTime": "2019-08-24T14:15:22Z"
        }
    ],
    "code": 0,
    "msg": "string"
}
Modified at 2024-08-28 16:01:16
Previous
getVideoInfomation
Next
getTtsTemplateInfo
Built with