Domain name for API request: ccc.tencentcloudapi.com.
This API is used to access call detail records by application
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: DescribeTelCallInfo. |
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. |
StartTimeStamp | Yes | Integer | Start timestamp, Unix timestamp (query dimension supports only daily. For example, to query May 1st, pass startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59" timestamp. To query May 1st and May 2nd, pass startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59" timestamp) |
EndTimeStamp | Yes | Integer | End timestamp, Unix timestamp, the query time range is up to 90 days (query dimension supports only daily. For example, to query May 1st, pass startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59" timestamp. To query May 1st and May 2nd, pass startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59" timestamp) |
SdkAppIdList.N | Yes | Array of Integer | Application ID list, when having multiple IDs, the returned value is the sum of all the IDs. |
Parameter Name | Type | Description |
---|---|---|
TelCallOutCount | Integer | Number of minutes consumed by Outbound Package. |
TelCallInCount | Integer | Number of minutes consumed by Inbound Package. |
SeatUsedCount | Integer | Number of agent usage statistics. |
VOIPCallInCount | Integer | Number of minutes consumed by Audio package. |
AsrOfflineCount | Integer | Number of minutes consumed by Offline Speech-to-Text Package. |
AsrRealtimeCount | Integer | Number of minutes consumed by Real-time Speech-to-Text Package. |
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. |
This example shows you how to access call detail records
POST / HTTP/1.1
Host: ccc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeTelCallInfo
<Common request parameters>
{
"StartTimeStamp": "0",
"EndTimeStamp": "0",
"SdkAppIdList": [
"0"
]
}
{
"Response": {
"TelCallOutCount": 0,
"TelCallInCount": 0,
"SeatUsedCount": 0,
"VOIPCallInCount": 0,
"AsrOfflineCount": 0,
"AsrRealtimeCount": 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 |
---|---|
FailedOperation.DuplicatedAccount | Duplicate account. |
FailedOperation.PermissionDenied | Insufficient permissions. |
InternalError.DBError | Internal database access failure. |
InvalidParameter | Parameter error. |
InvalidParameter.InstanceNotExist | The instance does not exist. |
InvalidParameterValue.InstanceNotExist | The instance does not exist. |
Was this page helpful?