Queries the calls of Phone Number Verification Service.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dypns:QueryGateVerifyStatisticPublic |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SceneCode |
string |
No |
The service code. |
FC100000038194004 |
| StartDate |
string |
Yes |
The start date. Specify this parameter in the YYYYMMDD format. Example: 20220101. |
20220101 |
| EndDate |
string |
Yes |
The end date. Specify this parameter in the YYYYMMDD format. Example: 20220106. |
20220106 |
| AuthenticationType |
integer |
Yes |
The verification method. Valid values:
|
1 |
| OsType |
string |
No |
The type of the operating system. Valid values:
|
Android |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. Valid values:
|
OK |
| Message |
string |
The returned message. |
请求成功 |
| RequestId |
string |
The request ID. |
8906582E-6722 |
| Data |
object |
The information about the calls of Phone Number Verification Service, including the total calls, the successful calls, failed calls, unknown calls, and daily calls within the statistical date range. |
|
| TotalFail |
integer |
The failed calls. |
20 |
| Total |
integer |
The total calls. |
20 |
| TotalSuccess |
integer |
The successful calls. |
0 |
| TotalUnknown |
integer |
The unknown calls. |
0 |
| DayStatistic |
array<object> |
The information about the daily calls. |
|
|
object |
|||
| StatisticDateStr |
string |
The date. This field is accurate to the day. The value of this field is in the YYYYMMDD format. Example: 20220103. |
20220103 |
| TotalSuccess |
integer |
The successful calls on the day. |
0 |
| TotalFail |
integer |
The failed calls on the day. |
20 |
| TotalUnknown |
integer |
The unknown calls on the day. |
0 |
Examples
Success response
JSON format
{
"Code": "OK",
"Message": "请求成功",
"RequestId": "8906582E-6722",
"Data": {
"TotalFail": 20,
"Total": 20,
"TotalSuccess": 0,
"TotalUnknown": 0,
"DayStatistic": [
{
"StatisticDateStr": "20220103",
"TotalSuccess": 0,
"TotalFail": 20,
"TotalUnknown": 0
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.