Queries transcoding template groups.
Operation description
Note
This operation does not return the configurations of transcoding templates in each transcoding template group. To query the configurations of transcoding templates in a specific transcoding template group, call the GetTranscodeTemplateGroup operation.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AppId | string | No | The ID of the application. Default value: app-1000000. For more information, see Overview . | app-**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
"TranscodeTemplateGroupList": [
{
"CreationTime": "2018-12-05T10:20:09Z",
"IsDefault": "Default",
"AppId": "app-****",
"TranscodeTemplateGroupId": "17a9889fc66852*****d791c886700932",
"Name": "test",
"ModifyTime": "2018-12-05T10:22:09Z",
"Locked": "Disabled"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.