Domain name for API request: ccc.tencentcloudapi.com.
This API is used to query the predictive outbound call list.
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: DescribePredictiveDialingSessions. |
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. |
CampaignId | Yes | Integer | Generated task ID. |
PageSize | Yes | Integer | Page size, maximum of 1000 |
PageNumber | Yes | Integer | Page number starting from 0. |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Total data volume. |
SessionList | Array of String | List of session IDs for a call. You can access detailed call bills in batches through https://www.tencentcloud.com/document/product/679/47714.?from_cn_redirect=1 |
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 query the predictive outbound call list.
POST / HTTP/1.1
Host: ccc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribePredictiveDialingSessions
<Common request parameters>
{
"SdkAppId": 1400000000,
"CampaignId": 2569,
"PageSize": 25,
"PageNumber": 0
}
{
"Response": {
"TotalCount": 66,
"SessionList": [
"a5be1044-e8b0-4f02-9b25-64baee24374b",
"22c3e170-f307-47c8-9f10-1b77413a646f",
"e8557b17-d68b-4475-9a97-639a1108887b"
],
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
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.DBError | Internal database access failure. |
InvalidParameterValue | parameter value is invalid. |
Was this page helpful?