Queries an online editing project.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetEditingProject |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
string |
Yes |
The ID of the online editing project. |
fb2101bf24b27*****54cb318787dc |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
63E8B7C7-4812-46*****AD-0FA56029AC86 |
| Project |
object |
The information about the online editing project. |
|
| StorageLocation |
string |
The path of the Object Storage Service (OSS) bucket where the online editing project 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 |
| Status |
string |
The status of the online editing project. Separate multiple states with commas (,). By default, all online editing projects were queried. Valid values:
|
Normal |
| CreationTime |
string |
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-10-23T13:33:40Z |
| ModifiedTime |
string |
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-10-23T14:27:26Z |
| Description |
string |
The description of the online editing project. |
testdescription |
| CoverURL |
string |
The thumbnail URL of the online editing project. |
https://****.com/6AB4D0E1E1C74468883516C2349****.png |
| ProjectId |
string |
The ID of the online editing project. |
fb2101bf24b27*****54cb318787dc |
| Timeline |
string |
The timeline of the online editing project. |
{\"TimelineIn\":0,\"TimelineOut\":9.42} |
| Title |
string |
The title of the online editing project. |
video_1508736815000 |
| RegionId |
string |
The region where the online editing project was created. |
cn-shanghai |
Examples
Success response
JSON format
{
"RequestId": "63E8B7C7-4812-46*****AD-0FA56029AC86",
"Project": {
"StorageLocation": "location_s",
"Status": "Normal",
"CreationTime": "2017-10-23T13:33:40Z",
"ModifiedTime": "2017-10-23T14:27:26Z",
"Description": "testdescription",
"CoverURL": "https://****.com/6AB4D0E1E1C74468883516C2349****.png",
"ProjectId": "fb2101bf24b27*****54cb318787dc",
"Timeline": "{\\\"TimelineIn\\\":0,\\\"TimelineOut\\\":9.42}",
"Title": "Video_1508736815000",
"RegionId": "cn-shanghai"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.