tencent cloud

DescribeProjectInfo
Last updated: 2025-11-13 21:02:44
DescribeProjectInfo
Last updated: 2025-11-13 21:02:44

1. API Description

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

This API is used to obtain project details.

A maximum of 100 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: DescribeProjectInfo.
Version Yes String Common Params. The value used for this API: 2022-01-05.
Region No String Common Params. This parameter is not required.
Id Yes Integer Project ID.
DefaultPanelType No Integer Default dashboard.

3. Output Parameters

Parameter Name Type Description
ErrorInfo ErrorInfo Custom error information object.
Note: This field may return null, indicating that no valid values can be obtained.
Extra String ""
Note: This field may return null, indicating that no valid values can be obtained.
Msg String ""
Note: This field may return null, indicating that no valid values can be obtained.
Data Project Project details.
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.

4. Example

Example1 Showing Project Details with API Samples

This example shows you how to show project details with API samples.

Input Example

POST / HTTP/1.1
Host: bi.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeProjectInfo
<Common request parameters>

{
    "Id": 1982493789748932,
    "DefaultPanelType": 1982493789748932
}

Output Example

{
    "Response": {
        "ErrorInfo": {
            "ErrorTip": "",
            "ErrorLevel": "INFO",
            "DocLink": "",
            "FAQ": "",
            "ReservedField": ""
        },
        "Extra": "ext",
        "Msg": "Successful",
        "Data": {
            "Id": 1,
            "Logo": "https://cloud.tencetn****/logo.png",
            "Name": "Test project",
            "ColorCode": "#fff",
            "CreatedUser": "zhangsan",
            "CreatedAt": "zhangsan",
            "MemberCount": 0,
            "PageCount": 0,
            "LastModifyName": "zhangsan",
            "Source": "sas",
            "Apply": true,
            "UpdatedUser": "zhangsan",
            "UpdatedAt": "zhangsan",
            "CorpId": "1010",
            "Mark": "Mark",
            "Seed": "Seed",
            "AuthList": [
                "110101"
            ],
            "PanelScope": "page",
            "IsExternalManage": true,
            "ManagePlatform": "saas",
            "ConfigList": [
                {
                    "ModuleGroup": "page",
                    "Components": [
                        {
                            "ModuleId": "1101",
                            "IncludeType": "usable",
                            "Params": ""
                        }
                    ]
                }
            ]
        },
        "RequestId": "RequestId-123"
    }
}

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
MissingParameter.MissingParam The required parameter is missing.
UnauthorizedOperation.Authorize Permission error.
UnauthorizedOperation.UserNotExist The user does not exist.
UnsupportedOperation.BIError Default business exception.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback