Domain name for API request: tcsas.intl.tencentcloudapi.com.
This API is used to retrieve the line chart data for selected superapp metrics.
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: DescribeAPPDataDetailLineChart. |
| Version | Yes | String | Common Params. The value used for this API: 2025-01-06. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| PlatformId | Yes | String | Tenant ID |
| ReportId | Yes | String | Fixed value: mnp_data_analysis |
| IndexIds.N | Yes | Array of String | IndexId (optional): app_minigame_num: Number of created mini games app_online_miniapp_num: Number of available mini programs app_miniapp_num: Number of created mini programs app_related_corp_num: Mini program team data app_online_minigame_num: Number of available mini games app_active_device_num: Number of active devices app_new_device_num: Number of new devices |
| QueryData | Yes | String | Input parameter base64 string: {"BeginDate":"20251122","EndDate":"20251128"} |
| ApplicationIds.N | Yes | Array of String | Superapp ID |
| Parameter Name | Type | Description |
|---|---|---|
| Data | Array of ReportDataResult | Data display Note: This field may return null, indicating that no valid values 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. |
POST / HTTP/1.1
Host: tcsas.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAPPDataDetailLineChart
<Common request parameters>
{
"PlatformId": "T04398WY9481762VZTT",
"ReportId": "mnp_data_analysis",
"IndexIds": [
"app_online_minigame_num"
],
"QueryData": "eyJQbGF0Zm9ybSI6MCwiRGF0YVR5cGUiOiIwIiwiQmVnaW5EYXRlIjoiMjAyNTEyMDEiLCJFbmREYXRlIjoiMjAyNTEyMDEifQ==",
"ApplicationIds": [
"app-1ro3zp3nta"
]
}{
"Response": {
"Data": [
{
"DataResult": "W1siMjAyNTEyMDEiLCIyIl1d",
"ExecSql": "",
"ExecTime": 0,
"IndexId": "app_online_minigame_num"
}
],
"RequestId": "b9fe1a47-9185-4f16-b0e6-c8d5e0c8c1c4"
}
}
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.NoAccessPermission | FailedOperation.NoAccessPermission |
| FailedOperation.PackageAlreadyExpired | FailedOperation.PackageAlreadyExpired |
| InvalidParameter | Incorrect parameter. |
| InvalidParameterValue | Invalid parameter value. |
Feedback