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.
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. |
| 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. |
This example shows you how to show project details with API samples.
POST / HTTP/1.1
Host: bi.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeProjectInfo
<Common request parameters>
{
"Id": 1982493789748932,
"DefaultPanelType": 1982493789748932
}{
"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"
}
}
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 |
|---|---|
| MissingParameter.MissingParam | The required parameter is missing. |
| UnauthorizedOperation.Authorize | Permission error. |
| UnauthorizedOperation.UserNotExist | The user does not exist. |
| UnsupportedOperation.BIError | Default business exception. |
Feedback