tencent cloud

ListAccountFactoryBaselineItems
Last updated: 2025-12-04 15:39:26
ListAccountFactoryBaselineItems
Last updated: 2025-12-04 15:39:26

1. API Description

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

This API is used to obtain account factory system baseline items.

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: ListAccountFactoryBaselineItems.
Version Yes String Common Params. The value used for this API: 2023-01-10.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
Limit Yes Integer Maximum number of returned records. value ranges from 0 to 200.
Offset Yes Integer Offset. valid values are equal to or greater than 0.

3. Output Parameters

Parameter Name Type Description
BaselineItems Array of AccountFactoryItem Account factory baseline list.
Total Integer Total quantity.
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 Example

This example shows you how to retrieve the account baseline list from console.

Input Example

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

{
    "Limit": 10,
    "Offset": 0
}

Output Example

{
    "Response": {
        "BaselineItems": [
            {
Message
                "ClassifyEn": "Message",
                "DependsOn": [
                    {
                        "Identifier": "TCC-AF_ACCOUNT_CONTACT",
                        "Type": "AccountFactorySetUp"
                    }
                ],
"Description": "You can set recipients for each type of message. For important messages such as account, product, and failure notifications, you must set recipients to prevent missing messages and avoid losses."
                "DescriptionEn": "Specify recipients for the notifications of different products. To avoid unexpected losses, we recommend you subscribe to important messages related to accounts, products, and errors.",
                "Identifier": "TCC-AF_ACCOUNT_NOTIFICATION",
"Name": "Message subscription"
                "NameEn": "Message subscriptions",
                "Required": 0,
                "Weight": 8
            }
        ],
        "RequestId": "885a87d0-af7d-414a-b128-fd13653387b7",
        "Total": 1
    }
}

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.ControlCenterNotOpen Control Center service is not enabled.
FailedOperation.DBOperationError Database operation exception.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback