Queries online editing projects.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
EndTime | string | No | 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 |
StartTime | string | No | 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 |
Status | string | No | The status of the online editing project. Separate multiple states with commas (,). By default, all online editing projects are queried. Valid values:
| Normal |
PageNo | integer | No | The number of the page to return. Default value: 1. | 1 |
PageSize | integer | No | The number of entries to return on each page. Default value: 10. Maximum value: 100. | 10 |
SortBy | string | No | The sorting rule of results. Valid values:
| CreationTime:Desc |
Title | string | No | The title of the online editing project. | test |
Response parameters
Examples
Sample success responses
JSON
format
{
"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.