You need to enable JavaScript to run this app.
导航
查看录制模板列表
最近更新时间:2025.03.14 11:22:36首次发布时间:2021.11.25 17:22:10
我的收藏
有用
有用
无用
无用

查询已创建的录制模板列表。

请求说明

  • 请求方式:GET
  • 请求地址:https://open.volcengineapi.com

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

Query

参数类型是否必选示例值描述
ActionStringListRecordTemplates接口名称。当前 API 的名称为 ListRecordTemplates
VersionString2021-01-01接口版本。当前 API 的版本为 2021-01-01

Order

Integer

查询结果排序方式,可选枚举值:

  • 1(正序)
  • -1(倒序,默认)
TemplateNameString

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数类型示例值描述
TemplatesArray of Templates查询到的录制模板列表,参考以下 List<Templates> 结构说明

Templates

参数类型示例值描述
TemplateIDString模板唯一ID
TemplateNameString模板名称
TemplateTypeStringrecord
RecordObject of Record
CreatedAtString创建时间
UpdatedAtString更新时间
EnableTimesArray of EnableTimes使能时间列表,默认全部

Record

参数类型示例值描述
RecordDurationInteger录制时长
TypeString类型
FormatString转封装格式
TTLObject of TTL

EnableTimes

参数类型示例值描述
WeekDayString1星期几
EnableFromString00:00:00开始使能时间
EnableToString11:11:00结束使能时间
EnableStringfalse使能

TTL

参数类型示例值描述
DaysIntegerTTL过期时间,单位天

错误码

您可访问公共错误码,获取更多错误码信息。