Domain name for API request: tcsas.intl.tencentcloudapi.com.
This API is used to retrieve a list of the mini programs or mini games associated with a superapp.
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: DescribeApplicationMNPList. |
| 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. |
| Offset | Yes | Integer | Page offset |
| Limit | Yes | Integer | Number of results per page |
| PlatformId | Yes | String | Platform ID |
| ApplicationId | Yes | String | Superapp ID |
| OnlineStatus | No | Integer | Online status. 0 All (default); 1 Available; 2 In canary release |
| EngineTypeList.N | No | Array of Integer | Engine type. 0 Mini program; 1 Mini game |
| SubCategory | No | String | Secondary category name |
| PrimaryCategory | No | String | Primary category name |
| Keyword | No | String | Keywords |
| Parameter Name | Type | Description |
|---|---|---|
| Data | DescribeApplicationMNPListResp | Response data |
| 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: DescribeApplicationMNPList
<Common request parameters>
{
"Offset": 0,
"Limit": 1,
"PlatformId": "T08123WM5791733VNCZ",
"ApplicationId": "app-x6jdp6m5wt",
"OnlineStatus": 0,
"EngineTypeList": [
0
]
}{
"Response": {
"Data": {
"DataList": [
{
"CategoryList": [
{
"ID": "10002",
"Name": "Medical Service",
"SubItems": [
{
"ID": "26",
"Name": "Public Medical Institutions"
}
]
}
],
"CreateTime": "1756212638",
"CreateUser": "auto_test_user",
"EngineType": 0,
"MNPIcon": "https://tcmpp-dev-renter-1258344699.cos.ap-guangzhou.myqcloud.com/fb261a124f0f4a1c96e005eb75bfefc6.png",
"MNPId": "mpz8s6my7hc2oyir",
"MNPIntro": "auto test",
"MNPName": "auto test",
"OnlineStatus": 0,
"UpdateTime": "1767692106",
"UpdateUser": "superadmin"
}
],
"TotalCount": 9
},
"RequestId": "2214e8d4-ee3e-4366-af86-7b43a6a4afa2"
}
}
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.PackageAlreadyExpired | FailedOperation.PackageAlreadyExpired |
| InvalidParameterValue.InvalidApplicationId | InvalidParameterValue.InvalidApplicationId |
Feedback