tencent cloud

文档反馈

SendStatusStatistics

最后更新时间:2020-09-10 17:54:55

1. API Description

Domain name for API request: sms.tencentcloudapi.com.

This API is used to collect statistics on SMS sent by users.

A maximum of 10 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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 parameter. The value used for this API: SendStatusStatistics.
Version Yes String Common parameter. The value used for this API: 2019-07-11.
Region No String Common parameter. This parameter is not required for this API.
StartDateTime Yes Integer Start time of pull in the format of yyyymmddhh accurate to the hour.
EndDataTime Yes Integer End time of pull in the format of yyyymmddhh accurate to the hour
Note: EndDataTime must be later than StartDateTime.
SmsSdkAppid Yes String SMS SdkAppid actually generated after an application is added in the SMS Console, such as 1400006666.
Limit Yes Integer Upper limit.
Note: this parameter is currently fixed at 0.
Offset Yes Integer Offset.
Note: this parameter is currently fixed at 0.

3. Output Parameters

Parameter Name Type Description
SendStatusStatistics SendStatusStatistics Delivery statistics response packet.
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Sample request

Input Example

https://sms.tencentcloudapi.com/?Action=SendStatusStatistics
&StartDateTime=2016090800
&EndDataTime=2016090823
&SmsSdkAppid=1400006874
&Limit=0
&Offset=0
&<Common request parameters>

Output Example

{
  "Response": {
    "SendStatusStatistics": {
      "FeeCount": 1880,
      "RequestCount": 1880,
      "RequestSuccessCount": 1880
    },
    "RequestId": "f36e4f00-605e-49b1-ad0d-bfaba81c7325"
  }
}

5. Developer Resources

API Explorer

This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.FailResolvePacket Failed to parse the request packet. Generally, this is because that the API specification was not followed. Please see Detailed Explanation of Request Body Parsing Error 1004.
FailedOperation.JsonParseFail Failed to parse the request packet.
FailedOperation.PhoneNumberInBlacklist The mobile number is in the blocklist. Generally, this is because that the recipient has unsubscribed or the carrier's blocklist was hit. You can contact SMS Helper for assistance.
FailedOperation.TemplateIncorrectOrUnapproved The template content has not been approved or does not match the content of the approved template. Please see Detailed Explanation of Error 1014.
InternalError.OtherError Other error. Please contact SMS Helper and provide the failed mobile number for assistance.
InternalError.RequestTimeException The request was initiated in an exceptional time. Generally, this is because that the difference between your server time and Tencent Cloud server time exceeds 10 minutes. Please check whether the server time and the time field in the API are correct.
InternalError.RestApiInterfaceNotExist This RESTful API does not exist. Please check the RESTful API description.
InternalError.SendAndRecvFail
InternalError.SigFieldMissing The request packet in the backend packet does not have a Sig field or the Sig field is empty.
InternalError.SigVerificationFail Sig check on backend failed.
InternalError.Timeout The request to deliver an SMS message timed out. Please see Detailed Explanation of Error 60008.
InternalError.UnknownError Unknown error.
InvalidParameter Invalid parameter.
InvalidParameterValue.IncorrectPhoneNumber The format of the mobile number is incorrect. Please see Detailed Explanation of Error 1016.
InvalidParameterValue.SdkAppidNotExist The SdkAppid does not exist.
MissingParameter Missing parameter.
UnauthorizedOperation.RequestIpNotInWhitelist The requesting IP is not in the whitelist. You have configured verification of request source IP, but the current requesting IP is not in the configured whitelist. If necessary, please contact SMS Helper for assistance.
UnauthorizedOperation.RequestPermissionDeny You do not have permission to make the request. Please contact SMS Helper for assistance.
UnauthorizedOperation.SdkAppidIsDisabled This sdkappid is forbidden to provide services. If necessary, please contact SMS Helper for assistance.
UnauthorizedOperation.SerivceSuspendDueToArrears The service has been suspended due to arrears. You can log in to Tencent Cloud to top up your account.
UnauthorizedOperation.SmsSdkAppidVerifyFail SmsSdkAppid check failed.
UnsupportedOperation. This request is not supported.