All Products
Search
Document Center

ApsaraVideo VOD:SearchEditingProject

Last Updated:Jul 19, 2024

Queries online editing projects.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
EndTimestringNo

The end of the time range to query. The query is performed based on the time range during which the required online editing projects were created. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2017-01-11T13:00:00Z
StartTimestringNo

The beginning of the time range to query. The query is performed based on the time range during which the required online editing projects were created. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2017-01-11T12:00:00Z
StatusstringNo

The status of the online editing project. Separate multiple states with commas (,). By default, all online editing projects are queried. Valid values:

  • Normal: indicates that the online editing project is in draft.
  • Producing: indicates that the video is being produced.
  • Produced: indicates that the video was produced.
  • ProduceFailed: indicates that the video failed to be produced.
Normal
PageNointegerNo

The number of the page to return. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 10. Maximum value: 100.

10
SortBystringNo

The sorting rule of results. Valid values:

  • CreationTime:Desc: sorts the results based on the creation time in descending order. This is the default value.
  • CreationTime:Asc: sorts the results based on the creation time in ascending order.
CreationTime:Desc
TitlestringNo

The title of the online editing project.

test

Response parameters

ParameterTypeDescriptionExample
object
Totalinteger

The total number of online editing projects returned.

2
RequestIdstring

The ID of the request.

9262E3DA-07FA-48*****62-FCBB6BC61D08
ProjectListarray<object>

The list of online editing projects.

object
StorageLocationstring

The path of the Object Storage Service (OSS) bucket where the produced video is stored.

Note To view the path of the OSS bucket, log on to the ApsaraVideo VOD console, and choose Configuration Management > Media Management > Storage. On the Storage page, you can view the path of the OSS bucket.
location_s
Statusstring

The status of the online editing project. Separate multiple states with commas (,). By default, all online editing projects were queried. Valid values:

  • Normal: indicates that the online editing project is in draft.
  • Producing: indicates that the video is being produced.
  • Produced: indicates that the video was produced.
  • ProduceFailed: indicates that the video failed to be produced.
Normal
CreationTimestring

The time when the online editing project was created. 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
ModifiedTimestring

The last time when the online editing project was modified. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2017-01-11T13:00:00Z
Descriptionstring

The description of the online editing project.

test project 001
CoverURLstring

The thumbnail URL of the online editing project.

cover_url
ProjectIdstring

The ID of the online editing project.

25cfc178d2de4*****e77aebed6afcd
Durationfloat

The duration of the online editing project, which must be consistent with the duration of the timeline.

Note The Timeline parameter is not included in response parameters.
22.65
Titlestring

The title of the online editing project.

video_150873681****
RegionIdstring

The region where the online editing project was created.

cn-shanghai

Examples

Sample success responses

JSONformat

{
  "Total": 2,
  "RequestId": "9262E3DA-07FA-48*****62-FCBB6BC61D08",
  "ProjectList": {
    "Project": [
      {
        "StorageLocation": "location_s",
        "Status": "Normal",
        "CreationTime": "2017-01-11T12:00:00Z",
        "ModifiedTime": "2017-01-11T13:00:00Z",
        "Description": "test project 001",
        "CoverURL": "cover_url",
        "ProjectId": "25cfc178d2de4*****e77aebed6afcd",
        "Duration": 22.65,
        "Title": "video_150873681****",
        "RegionId": "cn-shanghai"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.