Domain name for API request: wedata.tencentcloudapi.com.
Quality Report - Quality Score Periodic Trend
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: DescribeQualityScoreTrend. |
Version | Yes | String | Common Params. The value used for this API: 2021-08-20. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
StatisticsStartDate | Yes | Integer | Start Date of Statistics |
StatisticsEndDate | Yes | Integer | Statistics End Date |
ProjectId | Yes | String | Project ID |
DatasourceId | No | String | Data source ID |
ScoreType | No | String | 1: Calculate by full dimension weight, 2: Calculate by configured dimension weight, 3: Do not calculate by dimension weight, default is 1 |
Filters.N | No | Array of Filter | Ignore Query String |
Parameter Name | Type | Description |
---|---|---|
Data | QualityScoreTrend | Quality score trend view Note: This field may return null, indicating that no valid value can be obtained. |
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. |
Quality Score Trend
POST / HTTP/1.1
Host: wedata.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeQualityScoreTrend
<Common request parameters>
{
"StatisticsStartDate": 1679414400,
"StatisticsEndDate": 1679414400,
"ProjectId": "1",
"DatasourceId": "123"
}
{
"Response": {
"RequestId": "8f440fef-24c6-4f5c-a58e-7e0aa7aa19d7",
"Data": {
"AverageScore": 0.0,
"DailyScoreList": [
{
"StatisticsDate": 0,
"Score": 0.0
}
]
}
}
}
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 |
---|---|
AuthFailure | CAM Signature/Authentication Error. |
AuthFailure.UnauthorizedOperation | CAM not authorized, please contact the primary account to grant the QcloudWeDataFullAccess policy to this account. |
FailedOperation | Operation Failure. |
InvalidParameter | Parameter error. |
InvalidParameterValue | Parameter value error. |
MissingParameter | Missing Parameter Error. |
UnsupportedOperation | Operation not supported. |
Was this page helpful?