Queries online editing projects by creation time and status.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SearchEditingProject |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
string |
No |
The beginning of the time range to query. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2017-01-11T12:00:00Z |
| EndTime |
string |
No |
The end of the time range to query. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2017-01-11T12:00:00Z |
| Status |
string |
No |
The status of the online editing project. Separate multiple values with commas (,). By default, all online editing projects are queried. Valid values: -Draft -Producing -Produced -ProduceFailed Valid values:
|
Producing |
| SortBy |
string |
No |
The sorting rule of results. Valid values: - CreationTime:Desc (default): The results are sorted in reverse chronological order based on the creation time. - CreationTime:Asc: The results are sorted in chronological order based on the creation time. Valid values:
|
CreationTime:Desc |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. Valid values: 1 to 100. |
10 |
| CreateSource |
string |
No |
The source of the project. -OpenAPI -AliyunConsole -WebSDK Valid values:
Valid values:
|
WebSDK |
| TemplateType |
string |
No |
The template type. Valid values: -Timeline -VETemplate Valid values:
Valid values:
|
Timeline |
| ProjectType |
string |
No |
The type of the editing project. Default value: EditingProject. Valid values:
Valid values:
|
EditingProject |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
****9262E3DA-07FA-4862-FCBB6BC61D08***** |
| ProjectList |
array<object> |
The queried online editing projects. |
|
|
object |
|||
| ProjectId |
string |
The ID of the online editing project. |
****fddd7748b58bf1d47e95**** |
| Title |
string |
The title of the online editing project. |
title |
| Timeline |
string |
The timeline of the online editing project. |
{"VideoTracks":[{"VideoTrackClips":[{"MediaId":"****4d7cf14dc7b83b0e801c****"},{"MediaId":"****4d7cf14dc7b83b0e801c****"}]}]} |
| Description |
string |
The description of the online editing project. |
sample description |
| CoverURL |
string |
The thumbnail URL of the online editing project. |
http://example-bucket.oss-cn-shanghai.aliyuncs.com/example-cover.jpg |
| CreateTime |
string |
The time when the online editing project was created. |
2017-01-11T12:00:00Z |
| ModifiedTime |
string |
The time when the online editing project was last modified. |
2017-01-11T12:00:00Z |
| Duration |
integer |
The total length of the online editing project. Unit: seconds. |
30.100000 |
| Status |
string |
The status of the online editing project. Valid values: -Draft -Editing -Producing -Produced -ProduceFailed Valid values:
Valid values:
|
PRODUCE_FAILED |
| ErrorCode |
string |
The error code returned if the production of the online editing project failed. |
InvalidParameter |
| ErrorMessage |
string |
The error message returned if the production of the online editing project failed. |
"EventTime":"2021-08-12T10:04:15Z","ErrorCode":"InvalidParameter","ErrorMessage":"The specified parameter \"LiveStreamConfig\" is not valid. specified parameter example is not valid. |
| CreateSource |
string |
The method for editing the online editing project. -OpenAPI -AliyunConsole -WebSDK Valid values:
Valid values:
|
OpenAPI |
| ModifiedSource |
string |
The method used when the online editing project was last modified. |
2017-01-11T12:00:00Z |
| TemplateType |
string |
The type of the template. |
Timeline |
| ProjectType |
string |
The type of the editing project. Valid values:
Valid values:
|
EditingProject |
| BusinessConfig |
string |
The business configuration of the project. This parameter can be ignored for general editing projects. |
{ "OutputMediaConfig" : { "StorageLocation": "test-bucket.oss-cn-shanghai.aliyuncs.com", "Path": "test-path" }, "OutputMediaTarget": "oss-object", "ReservationTime": "2021-06-21T08:05:00Z" } |
| BusinessStatus |
string |
The business status of the project. This parameter can be ignored for general editing projects. Valid values: Valid values:
Valid values:
|
Reserving |
| MaxResults |
integer |
The maximum number of entries returned on a single page. The value is set to the maximum number of entries returned on each page except for the last page. Examples: Valid example: 10,10,5. Invalid example: 10,5,10. |
10 |
| TotalCount |
integer |
Optional. The total number of entries returned. By default, this parameter is not returned. |
110 |
| NextToken |
string |
A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. |
null |
Examples
Success response
JSON format
{
"RequestId": "****9262E3DA-07FA-4862-FCBB6BC61D08*****",
"ProjectList": [
{
"ProjectId": "****fddd7748b58bf1d47e95****",
"Title": "title",
"Timeline": "{\"VideoTracks\":[{\"VideoTrackClips\":[{\"MediaId\":\"****4d7cf14dc7b83b0e801c****\"},{\"MediaId\":\"****4d7cf14dc7b83b0e801c****\"}]}]}",
"Description": "sample description",
"CoverURL": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example-cover.jpg",
"CreateTime": "2017-01-11T12:00:00Z",
"ModifiedTime": "2017-01-11T12:00:00Z",
"Duration": 30.1,
"Status": "PRODUCE_FAILED",
"ErrorCode": "InvalidParameter",
"ErrorMessage": "\"EventTime\":\"2021-08-12T10:04:15Z\",\"ErrorCode\":\"InvalidParameter\",\"ErrorMessage\":\"The specified parameter \\\"LiveStreamConfig\\\" is not valid. specified parameter example is not valid.",
"CreateSource": "OpenAPI",
"ModifiedSource": "2017-01-11T12:00:00Z",
"TemplateType": "Timeline",
"ProjectType": "EditingProject",
"BusinessConfig": "{ \"OutputMediaConfig\" : { \"StorageLocation\": \"test-bucket.oss-cn-shanghai.aliyuncs.com\", \"Path\": \"test-path\" }, \"OutputMediaTarget\": \"oss-object\", \"ReservationTime\": \"2021-06-21T08:05:00Z\" }",
"BusinessStatus": "Reserving"
}
],
"MaxResults": 10,
"TotalCount": 110,
"NextToken": "null"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.