All Products
Search
Document Center

Intelligent Media Services:ListEditingProjects

Last Updated:Dec 16, 2024

Queries a list of projects that meet the specified conditions. You can filter projects by project creation time.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:ListEditingProjectslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectTypestringNo

The type of the editing project. Valid values:

  • EditingProject: a regular editing project.
  • LiveEditingProject: a live stream editing project.
EditingProject
TemplateTypestringNo

The template type. This parameter is required if you create a template-based online editing project. Default value: Timeline.

Valid values:

  • Timeline: a regular template.
  • VETemplate: an advanced template.
  • None: general editing.
None
StartTimestringNo

The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2017-12-21T08:00:01Z
EndTimestringNo

The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2022-02-02T23:59:59Z
KeywordstringNo

The search keyword. You can search by job ID.

******6f36bc45d09a9d5cde49******
StatusstringNo

The status of the online editing project. By default, online editing projects in all states are queried.

Produced
CreateSourcestringNo

The method for creating the online editing project. Valid values:

- OpenAPI

- AliyunConsole

- WebSDK

OpenAPI
NextTokenstringNo

The pagination token that is used in the next request to retrieve a new page of results.

8EqYpQbZ6Eh7+Zz8DxVYoQ==
MaxResultsstringNo

The number of entries per page. A maximum of 100 entries can be returned on each page.

Default value: 10.

10
SortBystringNo

The order of sorting of the results. Valid values:

  • CreationTime:Desc (default): sorts the results in reverse chronological order.
  • CreationTime:Asc: sorts the results in chronological order.
CreationTime:Desc

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

*****ACB-44F2-5F2D-88D7-1283E70*****
NextTokenstring

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.

Nzv3rcKla9wHUGua9YXHNA==
MaxResultsinteger

The maximum number of entries returned.

10
ProjectListarray<object>

The queried online editing projects.

Projectobject
ProjectIdstring

The ID of the online editing project.

****fddd7748b58bf1d47e95****
Titlestring

The title of the online editing project.

Descriptionstring

The description of the online editing project.

CoverURLstring

The thumbnail URL of the online editing project.

https://xxx.com/cover/xxx.jpg
CreateTimestring

The time when the online editing project was created.

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

The time when the online editing project was last modified.

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

The status of the online editing project. Valid values:

- Draft

- Editing

- Producing

- Produced

- ProduceFailed

Produced
ErrorCodestring

The error code returned if the production of the online editing project failed.

InvalidParameter
ErrorMessagestring

The error message returned if the production of the online editing project failed.

The specified parameter \"LiveStreamConfig\" is not valid. specified parameter example is not valid.
CreateSourcestring

The method for editing the online editing project. Valid values:

- OpenAPI

- AliyunConsole

- WebSDK

OpenAPI
ModifiedSourcestring

The method for modifying the online editing project last time.

OpenAPI
TemplateTypestring

The template type. Valid values:

  • Timeline: a regular template.
  • VETemplate: an advanced template.
Timeline
ProjectTypestring

The type of the editing project. Valid values:

  • EditingProject: a regular editing project.
  • LiveEditingProject: a live stream editing project.
EditingProject
BusinessConfigstring

The business configuration of the project. This parameter can be ignored for general editing projects.

{}
BusinessStatusstring

The business status of the project. This parameter can be ignored for general editing projects.

{}

Examples

Sample success responses

JSONformat

{
  "RequestId": "*****ACB-44F2-5F2D-88D7-1283E70*****",
  "NextToken": "Nzv3rcKla9wHUGua9YXHNA==",
  "MaxResults": 10,
  "ProjectList": [
    {
      "ProjectId": "****fddd7748b58bf1d47e95****",
      "Title": "",
      "Description": "",
      "CoverURL": "https://xxx.com/cover/xxx.jpg",
      "CreateTime": "2017-01-11T12:00:00Z",
      "ModifiedTime": "2017-01-11T12:00:00Z",
      "Status": "Produced",
      "ErrorCode": "InvalidParameter",
      "ErrorMessage": "The specified parameter \\\"LiveStreamConfig\\\" is not valid. specified parameter example is not valid.",
      "CreateSource": "OpenAPI",
      "ModifiedSource": "OpenAPI",
      "TemplateType": "Timeline",
      "ProjectType": "EditingProject",
      "BusinessConfig": "{}",
      "BusinessStatus": "{}"
    }
  ]
}

Error codes

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