调用ListTasks获取任务列表
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListTasks |
系统规定参数。取值:ListTasks。 |
PageIndex | Integer | 否 | 1 |
页号 |
PageSize | Integer | 否 | 10 |
页大小 |
TaskGroupId | String | 否 | 1 |
任务组id |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Code | String | OK | |
Data | Struct |
- |
|
Items | Array of Items |
数据 |
|
CreatedAt | String | 2020-07-14T14:01:41.000+08:00 |
创建日期 |
Id | String | 59b0bbfe-929b-4a8c-9833-3ce70b4bad38 |
id |
Status | String | runnable |
状态 |
VideoMetaUrl | String | http://oss.aliyuncs.com/1.mp4.meta?expire=2010323&sign=sf2324 |
视频meta地址 |
VideoUrl | String | http://oss.aliyuncs.com/1.mp4?expire=2010323&sign=sf2324 |
视频地址 |
TotalElements | Long | 1 |
条目数 |
TotalPages | Integer | 1 |
页数 |
Message | String | - | |
RequestId | String | 59b0bbfe-929b-4a8c-9833-3ce70b4bad38 |
示例
请求示例
http(s)://[Endpoint]/?Action=ListTasks
&<公共请求参数>
正常返回示例
XML
格式
<Message>-</Message>
<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>
<Data>
<TotalElements>1</TotalElements>
<TotalPages>1</TotalPages>
<Items>
<Status>runnable</Status>
<CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>
<VideoMetaUrl>http://oss.aliyuncs.com/1.mp4.meta?expire=2010323&sign=sf2324</VideoMetaUrl>
<Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>
<VideoUrl>http://oss.aliyuncs.com/1.mp4?expire=2010323&sign=sf2324</VideoUrl>
</Items>
</Data>
<Code>OK</Code>
JSON
格式
{
"Message": "-",
"RequestId": "59b0bbfe-929b-4a8c-9833-3ce70b4bad38",
"Data": {
"TotalElements": 1,
"TotalPages": 1,
"Items": {
"Status": "runnable",
"CreatedAt": "2020-07-14T14:01:41.000+08:00",
"VideoMetaUrl": "http://oss.aliyuncs.com/1.mp4.meta?expire=2010323&sign=sf2324",
"Id": "59b0bbfe-929b-4a8c-9833-3ce70b4bad38",
"VideoUrl": "http://oss.aliyuncs.com/1.mp4?expire=2010323&sign=sf2324"
}
},
"Code": "OK"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | Forbidden | Access to this resource on the server is denied. | 没有权限访问该资源 |
500 | InternalServerError | An internal server error occurred. | 服务器内部出错 |
400 | InvalidRequest | The request is invalid. | 无效的请求 |
404 | ResourceNotFound | The specified resource does not exist. | 找不到指定的资源 |
401 | Unauthorized | The request requires user authentication. | 该请求需要进行身份认证 |
访问错误中心查看更多错误码。
访问错误中心查看更多错误码。
在文档使用中是否遇到以下问题
更多建议
匿名提交