tencent cloud

APIs

DescribeApplicationMNPList

Unduh
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-05-27 12:46:23

1. API Description

Domain name for API request: tcsas.intl.tencentcloudapi.com.

This API is used to query the mini program or mini game list associated with a superapp.

A maximum of 20 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 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 Pagination offset.
Limit Yes Integer Number of entries per page.
PlatformId Yes String Platform ID.
ApplicationId Yes String Superapp ID.
OnlineStatus No Integer Available status. Valid value: 0: All; 1 Available; 2: In canary release.
EngineTypeList.N No Array of Integer Engine type. Specifies the runtime engine by product type. Valid values: 0: Mini program; 1: Mini game.
SubCategory No String Secondary category name.
PrimaryCategory No String Primary category name.
Keyword No String Keyword.

3. Output Parameters

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.

4. Example

Example1 DEMO

Input Example

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
    ]
}

Output Example

{
    "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"
    }
}

5. Developer Resources

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.PackageAlreadyExpired FailedOperation.PackageAlreadyExpired
InvalidParameterValue.InvalidApplicationId InvalidParameterValue.InvalidApplicationId

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan