Domain name for API request: ccc.tencentcloudapi.com.
Query IVR Audio File List Information
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeIvrAudioList. |
Version | Yes | String | Common Params. The value used for this API: 2020-02-10. |
Region | No | String | Common Params. This parameter is not required for this API. |
SdkAppId | Yes | Integer | Application ID (required) can be found at https://console.tencentcloud.com/ccc. |
PageSize | Yes | Integer | Page size, upper limit 50 |
PageNumber | Yes | Integer | Page number starting from 0. |
CustomFileName.N | No | Array of String | File alias |
AudioFileName.N | No | Array of String | Filename |
FileId.N | No | Array of Integer | File ID |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Total number |
FileInfo | Array of AudioFileInfo | File Information |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: ccc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeIvrAudioList
<Common request parameters>
{
"SdkAppId": 160000000,
"CustomFileName": [
"abc"
],
"AudioFileName": [],
"FileId": [],
"PageSize": 1,
"PageNumber": 0
}
{
"Response": {
"TotalCount": 1,
"FileInfo": [
{
"FileId": 1,
"CustomFileName": "abc",
"AudioFileName": "a.mp3",
"Status": 0
}
],
"RequestId": "abc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | An internal error occurs. |
InternalError.DBError | Internal database access failure. |
InvalidParameterValue | parameter value is invalid. |
Was this page helpful?